Spotlight Feature Card
A production-scale, light + dark Spotlight Feature Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add spotlight-feature-cardLive preview available in the gallery.
Usage
import { SpotlightFeatureCard } from "@lerpa/ui";
<SpotlightFeatureCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| icon | React.ReactNode | — | |
| title | string | — | |
| description | string | — | |
| className | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.