card
GlowCard
Lami-style conic gradient glow on selection (ported from Lami theme cards).
Playground
Scroll-based previews need you to scroll into view.
Live preview
Glow card preview
Code
<GlowCard active={true}>
<div className="p-4 text-white">Glow card preview</div>
</GlowCard>shadcn add
npx shadcn@latest add @void/glow-card
# Or URL (no .json):
npx shadcn@latest add https://void.ui.unsanity.ai/r/glow-cardProps
| Prop | Type | Default | Description |
|---|---|---|---|
| active | boolean | false | Show rotating glow |
| colors | [string, string] | #10b981, #3b82f6 | Gradient colors |
| speed | string | 4s | Rotation duration |