ComboboxEmpty
Source: client/lib/theme/vueda-tailwind/controls/index.js
The zero-result placeholder shown inside ComboboxList.root when the search has no matches. Centred sm text inside 24px vertical padding so the empty state reads as a deliberate pause rather than a collapsed popover; consumers supply their own copy.
Vue component: ComboboxEmpty
| Slot | Default classes | Description |
|---|---|---|
| root | py-6 text-center text-sm | The zero-result placeholder shown inside ComboboxList.root when the search has no matches. Centred sm text inside 24px vertical padding so the empty state reads as a deliberate pause rather than a collapsed popover; consumers supply their own copy. |
root
The zero-result placeholder shown inside ComboboxList.root when the search has no matches. Centred sm text inside 24px vertical padding so the empty state reads as a deliberate pause rather than a collapsed popover; consumers supply their own copy.
Default classes:
py-6 text-center text-sm
Source: client/lib/theme/vueda-tailwind/controls/ComboboxEmpty.theme.js:16