Components List Presentation

List Presentation

Overview API Examples Style Tokens

List presentation basic usage

Single selection

Presentation List can be leveraged to let users perform a single selection. You can choose whether to show the Radio buttons at the beginning or at the end of each List Item, and you can initialize the single selection with a prefilled value. Also, the selection controls support a Disabled state: when activated, an information button is displayed in the respective List Item, and you can use it to provide useful details as to why that item is not selectable.

Multiple selection

A Presentation List can be leveraged to let users perform a multiple selection. You can choose whether to show the Checkboxes at the beginning or at the end of each List Item, and you can initialize the multiple selection with a prefilled value. Also, the selection controls support a Disabled state: when activated, an information button is displayed in the respective List Item, and you can use it to provide useful details as to why that item is not selectable.

Toggle selection

A Presentation List can be leveraged to let users perform a Toggle selection. You can choose whether to show the Toggles at the beginning or at the end of each List Item, and you can initialize the Toggle selection with a prefilled value. Also, the selection controls support a Disabled state: when activated, an information button is displayed in the respective List Item, and you can use it to provide useful details as to why that item is not selectable.

Reordering selection

A Presentation List can be leveraged to let users reorder its items.