{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "shadcn-animated-tabs", "homepage": "https://shadcn-ui-animated-tabs.vercel.app", "items": [ { "name": "animated-tabs", "type": "registry:ui", "title": "Animated Tabs", "description": "A drop-in replacement for the shadcn Tabs component with an animated active-tab indicator.", "author": "Jonas List ", "dependencies": ["radix-ui", "class-variance-authority"], "files": [ { "path": "registry/animated-tabs/animated-tabs.tsx", "type": "registry:ui", "target": "components/ui/tabs.tsx" } ] }, { "name": "legacy-animated-tabs", "type": "registry:ui", "title": "Legacy Animated Tabs", "description": "Legacy (pre-Tailwind v4) drop-in replacement for the shadcn Tabs component with an animated active-tab indicator.", "author": "Jonas List ", "dependencies": ["@radix-ui/react-tabs"], "files": [ { "path": "registry/animated-tabs/legacy-animated-tabs.tsx", "type": "registry:ui", "target": "components/ui/tabs.tsx" } ] } ] }