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

Relationship Graph

Source Code

apps/v4/examples/base/ui-rtl/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-rtl/combobox.tsx.
Where is ComboboxEmpty() defined?
ComboboxEmpty() is defined in apps/v4/examples/base/ui-rtl/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