Grid List
A grid list displays a list of interactive items, with support for keyboard navigation, single or multiple selection, and row actions.
Installation
Basic
Preview
Code
Layout
Preview
Code
Selection Mode
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 GridList.Item
.
<GridList.Item isDisabled>Disabled</GridList.Item>