ComboboxEmpty() — ui Function Reference
Architecture documentation for the ComboboxEmpty() function in combobox.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 6948efd9_9bb4_8b86_cd5e_0b3867c96da8["ComboboxEmpty()"] 1a6296a3_162d_d8cc_b69b_ee8d2255b8cd["combobox.tsx"] 6948efd9_9bb4_8b86_cd5e_0b3867c96da8 -->|defined in| 1a6296a3_162d_d8cc_b69b_ee8d2255b8cd style 6948efd9_9bb4_8b86_cd5e_0b3867c96da8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/combobox.tsx lines 201–212
function ComboboxEmpty({ className, ...props }: ComboboxPrimitive.Empty.Props) {
return (
<ComboboxPrimitive.Empty
data-slot="combobox-empty"
className={cn(
"text-muted-foreground hidden w-full justify-center py-2 text-center text-sm group-data-empty/combobox-content:flex",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does ComboboxEmpty() do?
ComboboxEmpty() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/combobox.tsx.
Where is ComboboxEmpty() defined?
ComboboxEmpty() is defined in apps/v4/registry/new-york-v4/ui/combobox.tsx at line 201.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free