RetroCombobox
A searchable dropdown select with Mac OS 9 styling and typeahead filtering.
Installation
npx shadcn@latest add "https://nostalgia-ui.com/r/retro-combobox.json"
Import
import { RetroCombobox } from "@/components/ui/retro-combobox"A searchable dropdown (combobox) with OS9 styling. Type to filter the list of items. Built on Radix Popover with custom filtering logic.
Select an Application
Selected: None
Uncontrolled (with default value)
Click the trigger to open. Type to filter. Click an item or press Enter to select. Selected items show a checkmark.