Fortura/apps/www/registry/components/cursor/registry-item.json
2025-08-20 04:12:49 -06:00

16 lines
483 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "cursor",
"type": "registry:ui",
"title": "Cursor",
"description": "An animated cursor component that allows you to customize both the cursor and cursor follow elements with smooth animations.",
"dependencies": ["motion"],
"files": [
{
"path": "registry/components/cursor/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/components/cursor.tsx"
}
]
}