Skip to content

List

Rows of the same kind: navigation, settings, files. Linked rows are links; the rest are text.

Example

<List label="Billing">
  <ListItem href="/components" selected>Invoices</ListItem>
  <ListItem href="/guides/theming">Payment methods</ListItem>
  <ListItem disabled>Trash</ListItem>
</List>

Props

PropTypeDefaultDescription
label (List)string-List landmark name.
href (Item)string-Renders a link row.
selectedbooleanfalseMarks the current row.
disabledbooleanfalseNon-interactive text row.

Accessibility