Usage
Basic Example
The simplest way to use the ReactNavigableList
component, the list is by default scrollable :
Non scrollable list
If you need a non scrollable list, we have got you covered :
Multi Select list
For multi select cases, you can enable it using multiple
prop, you can as well control the maximum number of selected items using maxSelection
:
Virtualized list
If you have lot of items to render say thousands, you can enable the virtualization for fast and lightweight rendering as bellow :