Autocomplete (Base UI)
iconiq-ui/b-autocompleteFreeComponent
Base UI autocomplete with list filtering, suggestion highlight motion, and the same Iconiq input shell as the combobox install.
Live preview
live · rendered by the registry
Rendered by Iconiq UI on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://www.iconiqui.com/r/b-autocomplete.jsonSource
1"use client";23import { Autocomplete as AutocompletePrimitive } from "@base-ui/react/autocomplete";4import { Input as InputPrimitive } from "@base-ui/react/input";5import { ScrollArea as ScrollAreaPrimitive } from "@base-ui/react/scroll-area";6import { ChevronsUpDown, X } from "lucide-react";7import { motion, useReducedMotion } from "motion/react";8import * as React from "react";910import { cn } from "@/lib/utils";1112const controlCornerClassName =13 "rounded-lg supports-[corner-shape:squircle]:corner-squircle supports-[corner-shape:squircle]:rounded-[11px]";1415const controlCornerInheritClassName =16 "rounded-[inherit] supports-[corner-shape:squircle]:[corner-shape:inherit]";1718const componentThemeClassName =19// … truncated
What it pulls in
npm packages
Files it writes
More from Iconiq UI
All 119 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Iconiq UI | Components | Free | 2 deps | |
| AI Inputai-input | Iconiq UI | Components | Free | 3 deps | |
| Alertalert | Iconiq UI | Components | Free | 2 deps | |
| Avataravatar | Iconiq UI | Components | Free | 3 deps | |
| Accordion (Base UI)b-accordion | Iconiq UI | Components | Free | 2 deps | |
| Alert Dialog (Base UI)b-alert-dialog | Iconiq UI | Components | Free | 3 deps | |
| Avatar (Base UI)b-avatar | Iconiq UI | Components | Free | 2 deps | |
| Button (Base UI)b-button | Iconiq UI | Components | Free | 4 deps |
