All components
Glow Card
Background EffectsCard with a radial highlight that tracks the pointer.
Ledger UI Kit
60+ accessible components.
Installation
Add it with the shadcn CLI:
$
pnpm dlx shadcn@latest add https://nawalkattel.com.np/r/glow-card.jsonOr install manually
1. Install dependencies
pnpm add clsx tailwind-merge2. Copy the component source into
components/library/glow-card.tsx
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | - | Classes applied to the card. |
Accessibility
- The glow layer is decorative and pointer-events-none.
- Content sits above the effect and stays fully selectable.
Dependencies
clsxtailwind-merge