Design System React

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

Summary card

JSX for this example
<React.Fragment />

Summary card configuration

SummaryCard components can use the following props:

className (optional)
A CSS class name to pass to the component.
headingLevel (optional)
Heading level to use for the summary card title. Default is H3.
title
The title of the summary card.

Summary card actions configuration

SummaryCard.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.