Link provides actionable elements in the style of hyperlinks.
Link will inherit font size by default.
disabled
boolean
href
string
variant
"text"
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 ...
}
}
.C9Y-Link-base
.C9Y-Link-text