useSelectableList
Aboutβ
Easily select a single value from a list of values. very useful for radio buttons, select inputs etc.
Installationβ
npm install --save rooks
Importing the hookβ
import { useSelectableList } from "rooks";
Usageβ
function Demo() {
useSelectableList();
return null;
}
render(<Demo />);
Codesandbox 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.