ListBox
Listbox shows lists
| install | yarn add @react-spectrum/listbox |
|---|---|
| version | 3.0.0-alpha.1 |
| usage | import {ListBox} from '@react-spectrum/listbox' |
Example#
<ListBox width=200 aria-label="label">
<Section title="Justify">
<Item>Left</Item>
<Item>Middle</Item>
<Item>Right</Item>
</Section>
<Section title="Align">
<Item>Top</Item>
<Item>Center</Item>
<Item>Bottom</Item>
</Section>
</ListBox>Content#
Accessibility#
Internationalization#
Events#
Props#
| Name | Type | Default | Description |