{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "radix-toggle-group-demo", "type": "registry:ui", "title": "Radix Toggle Group Demo", "description": "Demo showing an animated Radix UI toggle group.", "registryDependencies": [ "https://animate-ui.com/r/radix-toggle-group" ], "files": [ { "path": "registry/demo/radix/toggle-group/index.tsx", "content": "import { ToggleGroup, ToggleGroupItem } from '@/components/animate-ui/radix/toggle-group';\nimport { Bold, Italic, Underline } from 'lucide-react';\n\nexport const RadixToggleGroupDemo = () => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n );\n};\n", "type": "registry:ui", "target": "components/animate-ui/demo/radix/toggle-group.tsx" } ] }