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