Try out the upcoming Chips component for React!
Features include:
- Controllable/uncontrollable state
- Automatic adjustment to screen width
- Popover for overflowed chips
- Rich accessibility
- Possibility of using one chip independently (via
Chipcomponent)
Follow these steps to set up the project locally on your machine.
- Clone the repository
git clone git@github.com:arlgnv/react-chips-presentation.git- Navigate to the cloned folder
cd react-chips-presentation- Install dependencies
npm install- Start the server
npm run dev- Visit http://localhost:5173 in your browser to view the project