16 lines
452 B
JSON
16 lines
452 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "code-tabs-demo",
|
|
"type": "registry:ui",
|
|
"title": "Code Tabs Demo",
|
|
"description": "Demo showing a code tabs.",
|
|
"registryDependencies": ["https://animate-ui.com/r/code-tabs"],
|
|
"files": [
|
|
{
|
|
"path": "registry/demo/components/code-tabs/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/demo/components/code-tabs.tsx"
|
|
}
|
|
]
|
|
}
|