Multi-async-select is a component that allows you to select multiple items from a list. It is a wrapper around the shadcn/ui Popover and Command components.
It uses the latest version of Next.js and shadcn/ui. More Examples, Documents and Api docs
- ⭐ Multiple Select
- ⭐ Async Data Fetching or Sync fetched options
- ⭐ Search results
- ⭐ Customized label
- ⭐ Theme Toggle (Light/Dark)
This is a Next.js project bootstrapped with create-next-app
.
- TypeScript^5
- tailwindcss^4.1.3
- react/react-dom^19.1.0
- Next.js^15.2.4
Welcome contributions from the community! Please refer to the CONTRIBUTING.md file for more information.
Requirements
- Node.js version 20 or newer. volta is recommanded.
After npm run dev
, open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/components/open/multi-async-select.tsx
.