Loading component…
Components /Glow Border Card
Card with animated glow border
Run the following command
npx shadcn@latest add https://raw.githubusercontent.com/Ashutoshx7/VengeanceUI/main/public/r/glow-border-card.json| Prop Name | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | - | Content to render inside the card. |
| className | string | - | Additional CSS classes. |
| glowColors | string[] | ['#669900', '#99cc33', ...] | Array of colors for the glow border animation. |
| duration | number | 4 | Duration of the glow rotation animation in seconds. |