{
"$schema": "https://shadcn-vue.com/schema/registry-item.json",
"name": "select-list",
"title": "Select List",
"description": "Asynchronous searchable single or multiple selection powered by TanStack Query.",
"dependencies": [
"@lucide/vue",
"@tanstack/vue-query",
"@vueuse/core"
],
"registryDependencies": [
"badge",
"button",
"command",
"popover",
"spinner"
],
"files": [
{
"path": "registry/js/components/ui/select-list/SelectList.vue",
"content": "\n\n\n \n \n \n \n\n \n true\">\n \n \n \n {{ error instanceof Error ? error.message : emptyText }}\n \n \n \n \n \n \n {{ option.name }}\n \n \n \n \n \n \n\n",
"type": "registry:ui",
"target": "resources/js/components/ui/select-list/SelectList.vue"
},
{
"path": "registry/js/components/ui/select-list/index.ts",
"content": "export { default as SelectList } from './SelectList.vue';\n",
"type": "registry:ui",
"target": "resources/js/components/ui/select-list/index.ts"
}
],
"type": "registry:ui"
}