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

21 lines
480 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "tabs-demo",
"type": "registry:ui",
"title": "Tabs Demo",
"description": "Demo showing an animated tabs.",
"registryDependencies": [
"https://animate-ui.com/r/tabs",
"label",
"input",
"button"
],
"files": [
{
"path": "registry/demo/components/tabs/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/demo/components/tabs.tsx"
}
]
}