Components
A high-fidelity, interactive card component with a cinematic lighting system driven by CSS and WebGL shader rendering
Loading preview...
import { Component } from "@/components/ui/spotlight-card";
export default function DemoOne() {
return <Component />;
}
Loading preview...