Cta Book Demo Embed
A production-scale, light + dark Cta Book Demo Embed component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add cta-book-demo-embedLive preview available in the gallery.
Usage
import { CtaBookDemoEmbed } from "@lerpa/ui";
<CtaBookDemoEmbed />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | — | |
| title | string | — | |
| description | string | — | |
| bullets | DemoBullet[] | — | |
| slots | string[] | — | |
| duration | string | — | |
| hostName | string | — | |
| hostRole | string | — | |
| hostAvatarColor | string | — | |
| onBook | (payload: { date: Date | — | |
| time | string }) => void | Promise<void> | - | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.