LinkList
Headless vertical link list with active state and hover underline. Lighter than LinkGroup — no heading.
Preview
Usage
import { LinkList } from '@ramtt/ui'
<LinkList
links={[{ label: 'Overview', href: '/', active: true }, { label: 'Guides', href: '/guides' }]}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| links* | { label: string; href: string; active?: boolean }[] | — | Links rendered in the list |
| dark | boolean | false | Use inverted dark-surface colors |
| className | string | — | Additional Tailwind classes |