Home / Function/ ComboboxEmpty() — ui Function Reference

ComboboxEmpty() — ui Function Reference

Architecture documentation for the ComboboxEmpty() function in combobox.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  4096016f_a4ff_6b00_7ee2_938252acf800["ComboboxEmpty()"]
  07d0225b_e62e_2bb7_a43c_705ab3ab636d["combobox.tsx"]
  4096016f_a4ff_6b00_7ee2_938252acf800 -->|defined in| 07d0225b_e62e_2bb7_a43c_705ab3ab636d
  style 4096016f_a4ff_6b00_7ee2_938252acf800 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/ui/combobox.tsx lines 213–221

function ComboboxEmpty({ className, ...props }: ComboboxPrimitive.Empty.Props) {
  return (
    <ComboboxPrimitive.Empty
      data-slot="combobox-empty"
      className={cn("cn-combobox-empty", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does ComboboxEmpty() do?
ComboboxEmpty() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/combobox.tsx.
Where is ComboboxEmpty() defined?
ComboboxEmpty() is defined in apps/v4/registry/bases/radix/ui/combobox.tsx at line 213.

Analyze Your Own Codebase

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

Try Supermodel Free