CommandList
Source: client/lib/theme/vueda-tailwind/controls/index.js
The scrollable region of Command.root that holds the result groups. See also: ComboboxViewport.root; identical 300px cap and
scroll-py-1recipe so both pickers feel the same when keyboard navigation crosses the viewport edge.
Vue component: CommandList
| Slot | Default classes | Description |
|---|---|---|
| root | max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto | The scrollable region of Command.root that holds the result groups. See also: ComboboxViewport.root; identical 300px cap and scroll-py-1 recipe so both pickers feel the same when keyboard navigation crosses the viewport edge. |
root
The scrollable region of Command.root that holds the result groups. See also: ComboboxViewport.root; identical 300px cap and
scroll-py-1recipe so both pickers feel the same when keyboard navigation crosses the viewport edge.
Default classes:
max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto
Source: client/lib/theme/vueda-tailwind/controls/CommandList.theme.js:16