Link
Links are used to apply styles to hyperlink text.
On this page
On this page
Import
import {Link} from '@primer/react'
Examples
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 |
underline | false | boolean Adds underline to the Link |
hoverColor | string Color used when hovering over link | |
ref | React.RefObject<HTMLAnchorElement> | |
as | "a" | React.ElementType |
sx | SystemStyleObject |