Link
Link
is a component for creating hyperlinks to different web pages, locations within the same page, or other URLs.
Theming
The Link
is a single part component.
If you want to change the style of the component, please check here.
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",},},}
Edit this page on GitHub