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