Hero Book Launch
A production-scale, light + dark Hero Book Launch component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add hero-book-launchLive preview available in the gallery.
Usage
import { HeroBookLaunch } from "@lerpa/ui";
<HeroBookLaunch />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| eyebrow | string | — | |
| title | string | — | |
| description | string | — | |
| coverLabel | string | — | |
| coverTitle | string | — | |
| coverAuthor | string | — | |
| quote | string | — | |
| quoteAuthor | string | — | |
| primaryCtaLabel | string | — | |
| secondaryCtaLabel | string | — | |
| rating | string | — | |
| retailers | string[] | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.