Empty State Card
A production-scale, light + dark Empty State Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add empty-state-cardUsage
import { EmptyStateCard } from "@lerpa/ui";
<EmptyStateCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | |
| description | string | — | |
| primaryLabel | string | — | |
| secondaryLabel | string | — | |
| accent | string | — | |
| onPrimary | () => void | — | |
| onSecondary | () => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.