{ "$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", "content": "import { Button } from '@/components/ui/button';\nimport { Input } from '@/components/ui/input';\nimport {\n Tabs,\n TabsList,\n TabsTrigger,\n TabsContent,\n TabsContents,\n} from '@/components/animate-ui/components/tabs';\nimport { Label } from '@/components/ui/label';\n\nexport const TabsDemo = () => {\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/components/tabs.tsx" } ] }