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