{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "baseui-particles-button-loading", "description": "Button with loading state", "dependencies": ["lucide-react"], "registryDependencies": ["@craftdotui/baseui-button"], "files": [ { "path": "packages/baseui/particles/button/button-loading/index.tsx", "content": "import { Button } from \"@/components/baseui/components/button\";\n\nexport default function Particle() {\n\treturn (\n\t\t\n\t);\n}\n", "type": "registry:component", "target": "components/baseui/particles/button-loading.tsx" } ], "type": "registry:component" }