21 lines
480 B
JSON
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"
|
|
}
|
|
]
|
|
}
|