CommandEmpty() — ui Function Reference
Architecture documentation for the CommandEmpty() function in command.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 24cfa608_1e56_fed6_dfa0_ca17d706d5ba["CommandEmpty()"] 7a7173b4_d7f5_0575_733b_2098f08eb77d["command.tsx"] 24cfa608_1e56_fed6_dfa0_ca17d706d5ba -->|defined in| 7a7173b4_d7f5_0575_733b_2098f08eb77d style 24cfa608_1e56_fed6_dfa0_ca17d706d5ba fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/command.tsx lines 101–111
function CommandEmpty({
...props
}: React.ComponentProps<typeof CommandPrimitive.Empty>) {
return (
<CommandPrimitive.Empty
data-slot="command-empty"
className="py-6 text-center text-sm"
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does CommandEmpty() do?
CommandEmpty() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/command.tsx.
Where is CommandEmpty() defined?
CommandEmpty() is defined in apps/v4/registry/new-york-v4/ui/command.tsx at line 101.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free