A high-fidelity, interactive card component with a cinematic lighting system driven by CSS and WebGL shader rendering
import { Component } from "@/components/ui/spotlight-card" export default function Demo() { return ( <div className="min-h-screen w-full flex items-center justify-center bg-[radial-gradient(circle_at_50%_70%,#2a2a2a_0%,#131313_64%)] p-8"> <Component defaultActive={false} /> </div> ) }