ComboboxContent
@arolariu/components / ComboboxContent
ComboboxContent
The popover content containing the searchable command list.
Remarks
- Wraps Command with Popover positioning
- Includes search input and items list
- Automatically closes on item selection
Example
<ComboboxContent>
<ComboboxItem value="item1">Item 1</ComboboxItem>
</ComboboxContent>
Type Aliases
// was this page useful?