Variable: CommandEmpty
@arolariu/components / CommandEmpty
Variable: CommandEmpty
constCommandEmpty:ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/command.tsx:690
Renders a fallback empty-state message when no command items are visible.
Remarks
- Renders a
<div>element withrole="status" - Built on the shared command registry context
Example
<CommandEmpty>No results found.</CommandEmpty>
See
// was this page useful?