A
Auralix UI

Magic Card

A card with a spotlight gradient border that follows the mouse.

Preview

Magic
Card

Installation

bash
npx auralix-ui add magic-card

Usage

Magic Card Grid

tsx
import { MagicCard } from "@/components/ui/MagicCard";

<MagicCard className="p-8">
  Content
</MagicCard>

Props

NameTypeDefaultDescription
gradientSizenumber200Size of the spotlight.
gradientColorstring"#262626"Color of the spotlight.