Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Link

Linkは、別のウェブページや同一ページ内の場所、または他のURLへのハイパーリンクを作成するコンポーネントです。

ソース@yamada-ui/link

テーマ

Linkは、単一パーツのコンポーネントです。

export const Link: ComponentStyle<"Link"> = {
baseStyle: {
color: "link",
cursor: "pointer",
outline: "none",
textDecoration: "none",
transitionDuration: "fast",
transitionProperty: "common",
transitionTimingFunction: "ease-out",
_focusVisible: {
boxShadow: "outline",
},
_hover: {
textDecoration: "underline",
},
},
}
Copied!

GitHubでこのページを編集する

ナビゲーションLinkBox