werkbank
    Preparing search index...

    Function Link

    • A navigational component that renders an <a> tag.

      Parameters

      • props: LinkProps

        The component props.

      Returns Element

      The rendered anchor element.

      This component intercepts click events to perform client-side navigation using the router's navigation context. It falls back to standard browser navigation if modifier keys (Ctrl, Meta, Alt, Shift) are pressed or if the event is already prevented.

      <Link href="/users/123">View User</Link>