Back to Component Library
navigation React 19 + TypeScript
Link
Styled interactive text link primitive with animated underline and external indicators.
$npx forgeui add link
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
| href | string | undefined | Target URL. |
| variant | 'underline' | 'external' | 'purple' | 'underline' | Link style variant. |
| external | boolean | false | Opens in new tab. |
Accessibility Standards
Accessible anchor tags with aria-label and external link warnings.