Fortura/apps/www/registry/demo/base/switch/registry-item.json
2025-08-20 04:12:49 -06:00

32 lines
730 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "base-switch-demo",
"type": "registry:ui",
"title": "Base Switch Demo",
"description": "Demo showing a base switch.",
"dependencies": ["lucide-react"],
"registryDependencies": ["https://animate-ui.com/r/base-switch", "label"],
"files": [
{
"path": "registry/demo/base/switch/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/demo/base/switch.tsx"
}
],
"meta": {
"demoProps": {
"Switch": {
"leftIcon": {
"value": false
},
"rightIcon": {
"value": false
},
"thumbIcon": {
"value": false
}
}
}
}
}