Components · Inline Primitives
Styled anchor link with variant and external support.
import { Link } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| variant | 'default' | 'muted' | 'underline' | — | — | Visual style of the link. |
| external | boolean | — | — | Opens the link in a new tab with appropriate rel attributes. |
| href | string | — | — | The URL the link points to. |
| asChild | boolean | — | — | Merges props onto the immediate child element (Radix Slot). |