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  | stringURL to be used for the Link. (The   | |
muted  | false | booleanUses a less prominent shade for Link color, and the default link shade on hover  | 
underline  | false | booleanAdds underline to the Link  | 
hoverColor  | stringColor used when hovering over link  | |
ref  | React.RefObject<HTMLAnchorElement> | |
as  | "a" | React.ElementType | 
sx  | SystemStyleObject |