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

Theming

The Link is a single part component.

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!

Edit this page on GitHub

PreviousNavigationNextLinkBox