{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "headless-tabs-demo", "type": "registry:ui", "title": "Headless Tabs Demo", "description": "Demo showing an animated headless tabs.", "registryDependencies": [ "https://animate-ui.com/r/headless-tabs" ], "files": [ { "path": "registry/demo/headless/tabs/index.tsx", "content": "import { Button } from '@/components/ui/button';\nimport { Input } from '@/components/ui/input';\nimport { Label } from '@/components/ui/label';\nimport {\n Tab,\n TabGroup,\n TabList,\n TabPanel,\n TabPanels,\n} from '@/components/animate-ui/headless/tabs';\n\nexport const HeadlessTabsDemo = () => {\n return (\n \n \n Account\n Password\n \n\n \n \n

\n Make changes to your account here. Click save when you're done.\n

\n\n
\n
\n \n \n
\n
\n \n \n
\n
\n\n \n
\n \n

\n Change your password here. After saving, you'll be logged out.\n

\n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n\n \n
\n
\n
\n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/headless/tabs.tsx" } ] }