Version: v4.3.0use-multi-selectable-listAbout#A custom hook to easily select multiple values from a listInstallation#npm install --save @rooks/use-multi-selectable-listCopyImporting the hook#import useMultiSelectableList from "@rooks/use-multi-selectable-list"CopyUsage#function Demo() { useMultiSelectableList(); return null} render(<Demo/>)CopyCodesandbox Examples#Basic Usage#Join Bhargav's discord server#You can click on the floating discord icon at the bottom right of the screen and talk to us in our server.