A spotlight effect that follows your mouse cursor and highlights borders on hover.
6,110
Bookmarks
16,310
Installs
26,910
Views
"use client"
import { useTheme } from "next-themes"
import { Button } from "@/components/ui/button"
import {
Card,
CardContent,
CardDescription,
CardFooter,
CardHeader,
CardTitle,
} from "@/components/ui/card"
import { Input } from "@/components/ui/input"
import { Label } from "@/components/ui/label"
import { MagicCard } from "@/components/ui/magic-card"36 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 6 components
Part of Magic UI — browse the full library on Nuxus.