{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "acme", "homepage": "https://component-registry-alpha.vercel.app", "items": [ { "name": "hello-world", "type": "registry:component", "title": "Hello World", "description": "A simple hello world component", "files": [ { "path": "registry/new-york/blocks/hello-world/hello-world.tsx", "type": "registry:component" } ] }, { "name": "example-form", "type": "registry:component", "title": "Example Form", "description": "A contact form with Zod validation.", "dependencies": ["@base-ui/react", "zod"], "files": [ { "path": "registry/new-york/blocks/example-form/example-form.tsx", "type": "registry:component" }, { "path": "registry/new-york/ui/button.tsx", "type": "registry:ui" }, { "path": "registry/new-york/ui/input.tsx", "type": "registry:ui" }, { "path": "registry/new-york/ui/label.tsx", "type": "registry:ui" }, { "path": "registry/new-york/ui/textarea.tsx", "type": "registry:ui" }, { "path": "registry/new-york/ui/card.tsx", "type": "registry:ui" } ] }, { "name": "complex-component", "type": "registry:component", "title": "Complex Component", "description": "A complex component showing hooks, libs and components.", "files": [ { "path": "registry/new-york/blocks/complex-component/page.tsx", "type": "registry:page", "target": "app/pokemon/page.tsx" }, { "path": "registry/new-york/blocks/complex-component/components/pokemon-card.tsx", "type": "registry:component" }, { "path": "registry/new-york/blocks/complex-component/components/pokemon-image.tsx", "type": "registry:component" }, { "path": "registry/new-york/blocks/complex-component/lib/pokemon.ts", "type": "registry:lib" }, { "path": "registry/new-york/blocks/complex-component/hooks/use-pokemon.ts", "type": "registry:hook" }, { "path": "registry/new-york/ui/card.tsx", "type": "registry:ui" } ] }, { "name": "example-with-css", "type": "registry:component", "title": "Example with CSS", "description": "A login form with a CSS file.", "files": [ { "path": "registry/new-york/blocks/example-with-css/example-card.tsx", "type": "registry:component" }, { "path": "registry/new-york/blocks/example-with-css/example-card.css", "type": "registry:component" } ] }, { "name": "button", "type": "registry:ui", "title": "Button", "description": "A Base UI button component.", "dependencies": ["@base-ui/react"], "files": [ { "path": "registry/new-york/ui/button.tsx", "type": "registry:ui" } ] }, { "name": "input", "type": "registry:ui", "title": "Input", "description": "An input component.", "files": [ { "path": "registry/new-york/ui/input.tsx", "type": "registry:ui" } ] }, { "name": "label", "type": "registry:ui", "title": "Label", "description": "A label component.", "files": [ { "path": "registry/new-york/ui/label.tsx", "type": "registry:ui" } ] }, { "name": "textarea", "type": "registry:ui", "title": "Textarea", "description": "A textarea component.", "files": [ { "path": "registry/new-york/ui/textarea.tsx", "type": "registry:ui" } ] }, { "name": "card", "type": "registry:ui", "title": "Card", "description": "A card component.", "files": [ { "path": "registry/new-york/ui/card.tsx", "type": "registry:ui" } ] } ] }