Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.4

Link

Link is a component for creating hyperlinks to different web pages, locations within the same page, or other URLs.

Source@yamada-ui/link

Import

import { Link } from "@yamada-ui/react"
Copied!

Usage

Editable example

<Link href="https://ja.wikipedia.org/wiki/%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%83%9C%E3%83%BC%E3%83%AB">
  ドラゴンボール - wikipedia
</Link>
Copied!

Editable example

<Link
  href="https://ja.wikipedia.org/wiki/%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%83%9C%E3%83%BC%E3%83%AB"
  isExternal
>
  ドラゴンボール - wikipedia
</Link>
Copied!

Edit this page on GitHub

PreviousNavigationNextLinkBox