Animated Border Gradient Card
A production-scale, light + dark Animated Border Gradient Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add animated-border-gradient-cardUsage
import { AnimatedBorderGradientCard } from "@lerpa/ui";
<AnimatedBorderGradientCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | |
| description | string | — | |
| badge | string | — | |
| metric | { label: string | — | |
| value | string }[] | - | |
| accent | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.