Autocomplete inputs with real time filtering. Install via CLI or copy the code into your project.
Basic
A simple autocomplete with real time filtering.
Simple search with real-time filtering
npx @abhivarde/syncui@latest add autocompletes/basic
Multi-Select
An autocomplete that supports multiple selections with chips.
Select multiple items with chip display
npx @abhivarde/syncui@latest add autocompletes/multi-select
Async
An autocomplete with simulated async data fetching.
Simulated API search with loading states
npx @abhivarde/syncui@latest add autocompletes/async
Grouped
An autocomplete with results grouped by category.
Organized results by category
npx @abhivarde/syncui@latest add autocompletes/grouped
Custom Render
An autocomplete with rich content, avatars, and status indicators.
Rich content with avatars and status
npx @abhivarde/syncui@latest add autocompletes/custom-render