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

Relationship Graph

Source Code

apps/v4/examples/radix/ui-rtl/combobox.tsx lines 193–204

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

Analyze Your Own Codebase

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

Try Supermodel Free