Skip to main content

Variable: CommandEmpty

@arolariu/components


@arolariu/components / CommandEmpty

Variable: CommandEmpty

const CommandEmpty: 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 with role="status"
  • Built on the shared command registry context

Example

<CommandEmpty>No results found.</CommandEmpty>

See

ARIA Status Role

// was this page useful?