We are live on DevHunt: tool of the week contest

check it out

Spotlight Card

A card component with an interactive spotlight following the mouse.

Preview

Interactive Preview

ORIX PREMIUM

Experience the future of UI with our lightning-fast, highly interactive components.

Installation

Usage

tsx
import { SpotlightCard } from "@/components/ui/spotlight-card"

export default function Demo() {
  return (
    <SpotlightCard>
      <h3 className="text-xl font-bold">Spotlight</h3>
      <p className="text-muted-foreground mt-2">Interactive card effect.</p>
    </SpotlightCard>
  )
}

Dependencies

framer-motion

Props

PropTypeDefault
spotlightColorstringrgba(255,255,255,0.1)