basecn
Components

Combobox (Base UI)

An input combined with a list of predefined items to select.

Installation

pnpm dlx shadcn@latest add https://basecn.dev/r/combobox.json
or

If you are using a namespaced registry, you can use the following command:

pnpm dlx shadcn@latest add @basecn/combobox

Examples

Multiple Select with Chips

Input Inside Popup

Creatable

Groups

Separator

Migrating from Radix UI

Common Migration Steps

All components share several migration patterns when moving from Radix UI to Base UI. Before proceeding with component-specific changes, review the essential migration patterns.

Familiarizing yourself with these patterns will make the component-specific migration steps much clearer.