Skip to main content
ParticleUI

Combobox

Searchable select built by combining Command inside a Popover.

Installation

1

Run the CLI

$npx particleui-cli add combobox

Usage

TSX
import { Combobox } from "@/components/ui/combobox"

export default function Example() {
  return <Combobox />
}

Props

PropTypeDefaultRequired
optionsComboboxOption[]yes
valuestringno
onValueChange(value: string) => voidno
placeholderstring"Select option..."no
searchPlaceholderstring"Search..."no
emptyTextstring"No option found."no
classNamestringno
disabledbooleanno

Details

Source filecomponents/ui/combobox.tsx
Typeui
Categoriesforms, core
npm dependencieslucide-react
Registry deps
Claude skill