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

PropTypeDefaultDescription
links*{ label: string; href: string; active?: boolean }[]Links rendered in the list
darkbooleanfalseUse inverted dark-surface colors
classNamestringAdditional Tailwind classes