<Link />

Link provides actionable elements in the style of hyperlinks.

Variants

Link will inherit font size by default.

Componentry

Props

Name
Description
disabled

boolean
href

string
variant

"text"

TypeScript customization

You can use module augmentation to customize the TypeScript types for any of Link's props:

declare module 'componentry/types/components/Link/Link' { interface LinkPropsOverrides { // ... overwrite any types for Link props ... } }

See the for more information.

StylingLink styles

Class
Description
.C9Y-Link-base
.C9Y-Link-text