{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cursor-demo", "type": "registry:ui", "title": "Cursor Demo", "description": "Demo showing a cursor component.", "registryDependencies": [ "https://animate-ui.com/r/cursor" ], "files": [ { "path": "registry/demo/components/cursor/index.tsx", "content": "import {\n Cursor,\n CursorFollow,\n CursorProvider,\n} from '@/components/animate-ui/components/cursor';\n\nexport const CursorDemo = () => {\n return (\n
\n

\n Move your mouse over the div\n

\n \n \n \n \n \n \n \n
\n Designer\n
\n
\n
\n
\n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/components/cursor.tsx" } ] }