Cta Book Demo Modal Trigger
A production-scale, light + dark Cta Book Demo Modal Trigger component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add cta-book-demo-modal-triggerLive preview available in the gallery.
Usage
import { CtaBookDemoModalTrigger } from "@lerpa/ui";
<CtaBookDemoModalTrigger />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| onSelect | (slot: string) => void | — | |
| eyebrow | string | — | |
| title | string | — | |
| description | string | — | |
| days | BookingDay[] | — | |
| times | string[] | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.