List Box
ListBox are designed to present and manage lists of options or data entries, allowing users to view and select from multiple choices efficiently.
Installation
Basic
Preview
Code
Filtering
Preview
Code
Selection Mode
Preview
Code
Item Details
Preview
Code
Section
Preview
Code
Rearrange
Preview
Code
Dragging Between Items
Preview
Code
Controlled
Preview
Code
Disabled
Preview
Code
You can also disable an item directly by passing the isDisabled
prop to ListBox.Item
.
<ListBox.Item isDisabled>Disabled</ListBox.Item>