Footer
Marketing/site footer rendered on a dark surface with logo, link columns (LinkGroup), social row, and copyright.
Preview
Usage
import { Footer } from '@ramtt/ui'
<Footer
columns={[{ groups: [{ title: 'Product', links: [{ label: 'Features', href: '/features' }] }] }]}
social={[{ platform: 'github', href: 'https://github.com/…' }]}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| columns* | { groups: { title: string; links: { label: string; href: string }[] }[] }[] | — | Link columns rendered as LinkGroup stacks |
| social | { platform: 'linkedin' | 'x' | 'youtube' | 'github' | 'strava'; href: string }[] | — | Social-platform icon links |
| className | string | — | Additional Tailwind classes |