Hero Event Conference
A production-scale, light + dark Hero Event Conference component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add hero-event-conferenceLive preview available in the gallery.
Usage
import { HeroEventConference } from "@lerpa/ui";
<HeroEventConference />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| dates | string | — | |
| location | string | — | |
| title | string | — | |
| highlightedTitle | string | — | |
| description | string | — | |
| primaryCtaLabel | string | — | |
| primaryCtaHref | string | — | |
| secondaryCtaLabel | string | — | |
| secondaryCtaHref | string | — | |
| speakers | ConferenceSpeaker[] | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.