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

Relationship Graph

Source Code

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