{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hello-button", "title": "Hello Button", "description": "A simple hello button component for testing the registry", "files": [ { "path": "registry/default/ui/hello-button.tsx", "content": "import { HandWavingIcon } from '@phosphor-icons/react';\nimport { Button } from '@wener/ui/button';\nimport type { ReactNode } from 'react';\n\nexport function HelloButton({ children = 'Hello from Wener Components!' }: { children?: ReactNode }) {\n\treturn (\n\t\t\n\t);\n}\n", "type": "registry:component" } ], "type": "registry:component" }