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
  8df411c3_b73f_e11b_8710_6b3f489c46e0["ComboboxEmpty()"]
  dac51d75_d063_fa67_a9af_e6357896e810["combobox.tsx"]
  8df411c3_b73f_e11b_8710_6b3f489c46e0 -->|defined in| dac51d75_d063_fa67_a9af_e6357896e810
  style 8df411c3_b73f_e11b_8710_6b3f489c46e0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/base/ui/combobox.tsx lines 191–202

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}
    />
  )
}

Subdomains

Frequently Asked Questions

What does ComboboxEmpty() do?
ComboboxEmpty() is a function in the ui codebase, defined in apps/v4/examples/base/ui/combobox.tsx.
Where is ComboboxEmpty() defined?
ComboboxEmpty() is defined in apps/v4/examples/base/ui/combobox.tsx at line 191.

Analyze Your Own Codebase

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

Try Supermodel Free