ActionList

ActionList is a vertical list of interactive actions or options. It's composed of items presented in a consistent, single-column format, with room for icons, descriptions, side information, and other rich visuals.

Page navigation navigation

React examples

Default

The simplest usage of an ActionList

Items with leading and trailing content

ActionList items can contain render non-interactive content, typically a visual such as an icon, before or after the item content.

Items with trailing actions

Similar to a trailing visual, except it triggers a secondary action when activated.

Trailing action guidelines

Items with dividers

Item dividers guidelines

Items with inline descriptions

Items with block descriptions

With a danger item

A variant used to highlight an action that requires extra attention from the user.

Danger item guidelines

With an inactive item

Inactive items that are non-functional due to some system state such as an outage.

Inactive item guidelines

  • Item one

With a loading item

Loading item guidelines

With a disabled item

Single-select

Selection state guidelines

Multi-select

Selection state guidelines

Grouping items with a heading

  • Items

  • Listings

Grouping items with a divider

More code examples

The previous examples are a curated subset of the full capabilities of the ActionList component. For more examples, see the ActionList Storybook stories.

Props

Loading data for action_list...