Getting started
The listboxkit library provides a set of functions to help to build list box based React components, like dropdown selects and combo boxes.
Installation
Install listboxkit with the package manager of your preference:
npm install --save listboxkit
yarn add listboxkit
For ReScript based projects, add listboxkit as a dependency in your bsconfig.json file:
{
// ...
"bs-dependencies": [
"listboxkit"
// ...
]
}