{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "toggle-group-single", "type": "registry:example", "author": "shadcn (https://ui.shadcn.com)", "registryDependencies": [ "toggle-group" ], "files": [ { "path": "examples/toggle-group-single.tsx", "content": "import { Bold, Italic, Underline } from \"lucide-react\"\n\nimport {\n ToggleGroup,\n ToggleGroupItem,\n} from \"@/registry/default/ui/toggle-group\"\n\nexport default function ToggleGroupDemo() {\n return (\n \n \n \n \n \n \n \n \n \n \n \n )\n}\n", "type": "registry:example", "target": "" } ] }