LinkGroup
Heading + vertical list of underline-on-hover links. Used in marketing footer columns and side rails. Light + dark variants.
Preview
Usage
import { LinkGroup } from '@ramtt/ui'
<LinkGroup
title="Resources"
links={[{ label: 'Docs', href: '/docs' }, { label: 'Blog', href: '/blog' }]}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | — | Group heading |
| links* | { label: string; href: string }[] | — | Links rendered in the group |
| dark | boolean | false | Use inverted dark-surface colors |
| className | string | — | Additional Tailwind classes |