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