Loading preview...
A Fun Cursor Animation
@osint619
npx shadcn@latest add https://21st.dev/r/patrick.thomas.dunn1988/cursor
import { Component } from "@/components/ui/cursor"; export default function DemoOne() { return <Component />; }