Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theomer77/downshift-shadcn-combobox
Combobox/autocomplete component built with shadcn/ui and Downshift.
https://github.com/theomer77/downshift-shadcn-combobox
autocomplete combobox component downshift react shadcn-ui
Last synced: 4 days ago
JSON representation
Combobox/autocomplete component built with shadcn/ui and Downshift.
- Host: GitHub
- URL: https://github.com/theomer77/downshift-shadcn-combobox
- Owner: TheOmer77
- License: mit
- Created: 2024-06-11T09:40:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T15:00:01.000Z (6 months ago)
- Last Synced: 2024-12-27T02:06:42.518Z (11 days ago)
- Topics: autocomplete, combobox, component, downshift, react, shadcn-ui
- Language: TypeScript
- Homepage: https://downshift-shadcn-combobox.vercel.app
- Size: 68.4 KB
- Stars: 63
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Shadcn/ui Combobox
This is a combobox/autocomplete component built with [shadcn/ui](https://ui.shadcn.com/) and [Downshift](https://www.downshift-js.com/)'s useCombobox hook.
## Running the app
To run the development server:
```bash
pnpm dev
```