LandorUI
GitHub

Combobox

An autocomplete input with a filterable list of suggestions.

Installation

npx shadcn@latest add https://landorui.landorestate.com/r/combobox.json

Usage

An autocomplete input with a filterable list of suggestions.

import {
  Combobox,
  ComboboxContent,
  ComboboxEmpty,
  ComboboxInput,
  ComboboxItem,
  ComboboxList,
} from "@/components/ui/combobox";