{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "radix-tabs-demo", "type": "registry:ui", "title": "Radix Tabs Demo", "description": "Demo showing an animated Radix UI tabs.", "registryDependencies": [ "https://animate-ui.com/r/radix-tabs", "label", "input", "button" ], "files": [ { "path": "registry/demo/radix/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/radix/tabs';\nimport { Label } from '@/components/ui/label';\n\nexport const RadixTabsDemo = () => {\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/radix/tabs.tsx" } ] }