{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "button-full-width", "title": "Button Full Width", "description": "Button example: Full Width.", "registryDependencies": [ "button" ], "files": [ { "path": "apps/docs/demos/button/full-width.tsx", "content": "\"use client\";\n\nimport { Button } from \"@keystoneui/react/button\";\n\nexport default function ButtonFullWidth() {\n return ;\n}\n", "type": "registry:example" } ], "type": "registry:example" }