1.0.3 • Published 2 months ago

react-easy-multi-select v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

React Multi Select Component

GitHub license

Description

It offers simple features such as Multiselect and Keys to move between selections, unselect and add.

As a case, since it was done in limited time, there may be room for improvement. You can fork and make it better and make npm package in your projects.

Table of Contents

Technologies

Installation

# Clone the repository:
git clone https://github.com/mustafasavul/react-multi-select-component
cd react-multi-select-component

# Install dependencies:
npm install

# To build the project for production:
npm run build

# To start a development server:
npm start