{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button-group-default", "title": "Button Group Default", "description": "Button Group example: Default.", "registryDependencies": [ "button", "button-group" ], "files": [ { "path": "apps/docs/demos/button-group/default.tsx", "content": "\"use client\";\n\nimport { Button } from \"@keystoneui/react/button\";\nimport { ButtonGroup } from \"@keystoneui/react/button-group\";\nimport { LayoutGrid as LayoutGridIcon, List as ListIcon } from \"lucide-react\";\n\nexport default function ButtonGroupDefault() {\n return (\n \n \n \n \n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }