Design System React

AlphaThis a work in progress. Your input will help us to improve it. Report issues or raise questions on GitHub.

Summary list

JSX for this example
<React.Fragment />

Summary list configuration

SummaryList components can use the following props:

className (optional)
A CSS class name to pass to the component.
isBorderless (optional)
Use the borderless display variant. Boolean.

Summary list items configuration

SummaryList.Item components can have the following prop:

actions (optional)
Array of summary item actions data.
title
Title of the summary list item.

Summary list actions configuration

SummaryList.Action components can have the following prop:

href (optional)
The destination URL. The action will be a button element if this is omitted.
onclick (optional)
Function to fire in response to a click event.