Link
Links are used to apply styles to hyperlink text.
Page navigation navigation
React
ready
Rails
ready
Figma
React examples
Default
Inline with text
Do not click on this link because it goes nowhere.
Muted color variant
Props
Link
Name | Default | Description |
---|---|---|
href | string URL to be used for the Link. (The | |
muted | false | boolean Uses a less prominent shade for Link color, and the default link shade on hover. |
inline | false | boolean Set to true for links adjacent to text, underlining them for clear visibility and improved accessibility. |
underline Deprecated | false | boolean Use |
hoverColor | string Color used when hovering over the link. | |
ref | React.RefObject<HTMLAnchorElement> | |
as | "a" | React.ElementType |
sx | SystemStyleObject |