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

17 lines
539 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "tabs",
"type": "registry:ui",
"title": "Tabs",
"description": "A set of layered sections with the same height of content—known as tab panels—that are displayed one at a time.",
"dependencies": ["motion"],
"registryDependencies": ["https://animate-ui.com/r/motion-highlight"],
"files": [
{
"path": "registry/components/tabs/index.tsx",
"type": "registry:ui",
"target": "components/animate-ui/components/tabs.tsx"
}
]
}