Components
Loading preview...
Spider Cursor
npx shadcn@latest add https://21st.dev/r/minhxthanh/spider-cursorimport { SpiderCursor } from "@/components/ui/spider-cursor";
export default function DemoOne() {
return (
<div className="w-full">
<SpiderCursor />
</div>
);
}