16 lines
483 B
JSON
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"
|
|
}
|
|
]
|
|
}
|