Choices
OverviewOfficial Website
Choices.js is a vanilla JavaScript plugin that converts the normal select or input into customizable select inputs with multi-select and autocomplete support.
Add Package
yarn add react-select
Import Package
import Select from "react-select";
Remove Package
yarn remove react-select (or you can remove package by removing
specific package from package.json )