Examples
Use for a text-only list of related items that don’t need to be in a specific order and don’t require an icon or other indicator.
Lists display a set of related text-only content. Each list item begins with a bullet or a number.
Use for a text-only list of related items that don’t need to be in a specific order and don’t require an icon or other indicator.
The list component outputs list items (<li>
) inside a list wrapper (<ul>
for bullet lists or <ol>
for numbered lists). By default, list items are conveyed as a group of related elements to assistive technology users.
To group items for layout only, consider using the stack component.
Use for a text-only list of related items that don’t need to be in a specific order and don’t require an icon or other indicator.
Use for a text-only list of related items when an inherent order, priority, or sequence needs to be communicated.
See Material Design and development documentation about accessibility for Android:
Use for a text-only list of related items that don’t need to be in a specific order and don’t require an icon or other indicator.
Use for a text-only list of related items when an inherent order, priority, or sequence needs to be communicated.
See Apple’s Human Interface Guidelines and API documentation about accessibility for iOS:
Lists should:
Every item in a list should:
Red
Yellow
Blue
Red;
Yellow;
Blue.
Item one
Item two
Item three
Item One
Item Two
Item Three