Split Hero Glow
A production-scale, light + dark Split Hero Glow component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add split-hero-glowLive preview available in the gallery.
Usage
import { SplitHeroGlow } from "@lerpa/ui";
<SplitHeroGlow />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | — | |
| title | string | — | |
| description | string | — | |
| primaryCta | { label: string | — | |
| href | string | — | |
| onClick | () => void } | — | |
| secondaryCta | { label: string | — | |
| href | string | — | |
| onClick | () => void } | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.