{ "$schema": "https://shadcn-vue.com/schema/registry-item.json", "name": "Assembler UI", "homepage": "https://benoitlahoz.github.io/assembler-ui", "items": [ { "name": "simple-input", "title": "SimpleInput", "description": "Index file for input components", "category": "inputs", "type": "registry:ui", "files": [ { "path": "registry/new-york/components/simple-input/index.ts", "type": "registry:ui" }, { "path": "registry/new-york/components/simple-input/my-input.d.ts", "type": "registry:ui" }, { "path": "registry/new-york/components/simple-input/something.ts", "type": "registry:ui" }, { "path": "registry/new-york/components/simple-input/SimpleInput.vue", "type": "registry:ui" }, { "path": "registry/new-york/components/simple-input/SimpleInputSetup.vue", "type": "registry:ui" } ] }, { "name": "use-foo", "title": "useFoo", "description": "A simple composable that provides a description of the foo feature.", "category": "foo", "type": "registry:hook", "files": [ { "path": "registry/new-york/composables/use-foo/useFoo.ts", "type": "registry:hook" } ] } ] }