Dual Listbox
OverviewOfficial Website
The DualListBox is a controlled component, so you have to update the selected property in conjunction with the onChange handler if you want the selected values to change.
CSS
<!-- DualListBox css -->
import "react-dual-listbox/lib/react-dual-listbox.css";
Import Package
<!-- DualListBox -->
import DualListBox from "react-dual-listbox";
Add Package
yarn add react-dual-listbox --save
Remove Package
yarn remove react-dual-listbox ( you can remove package by removing specific package from package.json )