Home / Function/ CommandEmpty() — ui Function Reference

CommandEmpty() — ui Function Reference

Architecture documentation for the CommandEmpty() function in command.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  1b5eaee3_e812_0e86_939f_1bf7a0b09477["CommandEmpty()"]
  ba6c0424_1e33_efc2_5b1d_83fec08894aa["command.tsx"]
  1b5eaee3_e812_0e86_939f_1bf7a0b09477 -->|defined in| ba6c0424_1e33_efc2_5b1d_83fec08894aa
  style 1b5eaee3_e812_0e86_939f_1bf7a0b09477 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/default/ui/command.tsx lines 73–79

>((props, ref) => (
  <CommandPrimitive.Empty
    ref={ref}
    className="py-6 text-center text-sm"
    {...props}
  />
))

Subdomains

Frequently Asked Questions

What does CommandEmpty() do?
CommandEmpty() is a function in the ui codebase, defined in deprecated/www/registry/default/ui/command.tsx.
Where is CommandEmpty() defined?
CommandEmpty() is defined in deprecated/www/registry/default/ui/command.tsx at line 73.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free