Skip to main content
Coat of arms of Barbados
Official government website

List

Lists group related items, plain by default or with bullets or numbers.

Preview

List variants

Lists are plain by default, with no markers and no indent, which suits lists of links or short rows. Add the --bullet modifier for an unordered list of items, or --number for steps that must happen in order. The React List renders a <ul> for the plain and bullet variants and an <ol> for the number variant.

When to use this component

Use a list to make blocks of related content easier to scan, such as a set of task links, the documents a user must provide, or the steps in a process. Use the number variant only when the order matters.

When not to use this component

Do not use a list for tabular data with more than one value per item, such as fees and processing times together. Use the table component instead. Do not use a list for a user's answers as key/value pairs; use the summary list component.