Link
A navigation component that renders an interactive hyperlink for browser navigation.
The quick brown fox jumps over the lazy dog
For more information on how to customize text decorations visit Tailwind’s Text Decoration and Interaction States
Customizing
globals.css
:root {
--ex-link-font-family: var(--font-sans);
--ex-link-font-weight: var(--font-weight-normal);
}API
| Element | Selector |
|---|---|
Link | .ex-link |
| Prop | Type | Default |
|---|---|---|
as | ElementType | a |
asChild | boolean | false |
Last updated on