Section Header
A production-scale, light + dark Section Header component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add section-headerLive preview available in the gallery.
Usage
import { SectionHeader } from "@lerpa/ui";
<SectionHeader />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| tag | string | — | |
| title | string | - | |
| description | string | — | |
| align | 'left' | 'center' | 'right' | — | |
| actions | React.ReactNode | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.