Primals
Link

Link

The Link component is a wrapper around the native a element. It is used to navigate between pages.

  <Link href="/about">About</Link>

Props

This takes all the props from the default props table and all the native <a> element.

NameTypeDefaultDescription
textDecorationstringunderlineThe text decoration of the link.
textUnderlineOffsetstring0.5The offset of the text underline.
textUnderlinePositionstringunderThe position of the text underline.
textDecorationColorstringtextThe color of the text decoration.
textDecorationStylestringsolidThe style of the text decoration.
textDecorationThicknessstringautoThe thickness of the text decoration.
disabledboolfalseDisables the link.

Examples

External Link

Google

Internal Link

list

Link with custom text decoration

list

Link disabled

list