Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

Link

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

ソース@yamada-ui/link

テーマ

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

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

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

ナビゲーションLinkBox