Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
A spotlight effect that follows your mouse cursor and highlights borders on hover.
motion-sv
Login
Enter your credentials to access your account
Installation
pnpm dlx shadcn-svelte@latest add https://sv-animations.vercel.app/r/magic-card.json
Install dependencies
Install the required packages for this component:
pnpm add motion-sv
Copy the Source Code
Copy and paste the following code into your project:
magic-card.svelte
index.ts
Folder Structure
Folder Structure
Props
MagicCard
A component for Magic Card.
| Name | Type | Default | Description |
|---|---|---|---|
children | Snippet | | Card content. |
class | string | "" | Additional CSS classes. |
gradientSize | number | 200 | Size of the gradient circle. |
gradientColor | string | "#262626" | Color of the gradient overlay. |
gradientOpacity | number | 0.8 | Opacity of the gradient overlay. |
gradientFrom | string | "#9E7AFF" | Starting color of the border gradient. |
gradientTo | string | "#FE8BBB" | Ending color of the border gradient. |