2025-08-20 04:12:49 -06:00

34 lines
752 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "magnetic-demo",
"type": "registry:ui",
"title": "Magnetic Demo",
"description": "Demo showing the magnetic effect.",
"registryDependencies": ["https://animate-ui.com/r/magnetic"],
"files": [
{
"path": "registry/demo/effects/magnetic/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/demo/effects/magnetic.tsx"
}
],
"meta": {
"demoProps": {
"Magnetic": {
"onlyOnHover": {
"value": false
},
"strength": {
"value": 0.5,
"min": 0,
"max": 1,
"step": 0.05
},
"range": {
"value": 120
}
}
}
}
}