ListBox

Listbox shows lists

installyarn add @react-spectrum/listbox
version3.0.0-alpha.1
usageimport {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#


NameTypeDefaultDescription

Visual Options#