17 lines
581 B
JSON
17 lines
581 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "headless-tabs",
|
|
"type": "registry:ui",
|
|
"title": "Headless Tabs",
|
|
"description": "Easily create accessible, fully customizable tab interfaces, with robust focus management and keyboard navigation support.",
|
|
"dependencies": ["motion", "@headlessui/react"],
|
|
"registryDependencies": ["https://animate-ui.com/r/motion-highlight"],
|
|
"files": [
|
|
{
|
|
"path": "registry/headless/tabs/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/headless/tabs.tsx"
|
|
}
|
|
]
|
|
}
|