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

PropTypeDefaultDescription
title*stringGroup heading
links*{ label: string; href: string }[]Links rendered in the group
darkbooleanfalseUse inverted dark-surface colors
classNamestringAdditional Tailwind classes