{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button-group-size-demo", "type": "registry:example", "registryDependencies": [ "button-group" ], "files": [ { "path": "src/registry/pure-ui/examples/button-group/button-group-size-demo.tsx", "content": "import { PlusIcon } from \"lucide-react\";\r\n\r\nimport { Button } from \"@/registry/pure-ui/ui/button\";\r\nimport { ButtonGroup } from \"@/registry/pure-ui/ui/button-group\";\r\n\r\nexport function ButtonGroupSizeDemo() {\r\n return (\r\n
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n );\r\n}\r\n", "type": "registry:example" } ] }