Summary Card
Summary Cards display a summary of specific data in the system and can expand to show additional information.
- Usage
- Configuration
- Examples
Summary Cards distill a large set of data about a specific item in the system or related data pulled from the same query into one card.
Summary Cards are also often grouped together in a Summary Card Carousel, which displays multiple cards that all represent similar items.
The Summary Card provides the most space for many different field and value pairs to give users a lot of information about a single item or a set of related items. Unlike the Action Card, users cannot take any actions on the items in the Summary Card, nor can they select the card to get more information, like they can with the Action or Number Cards.
The Summary Card is most useful for summarizing all the important values about an item in the system, often an item that relates to other content on the screen. For example, a Summary Card might represent information about a single item in the system above a bar chart representing the quantity of that item over a given period of time.
Anatomy
-
Card title
-
Value label
-
Show More link
-
Expansion button
Best practices
- Keep field labels short. Follow the writing guidelines.
- Add an expansion to show additional card values and set the expansion button label to "Show".
-
The largest card in a group determines the height of the row the cards are on. When combining multiple cards on the same row of the grid, design for the largest card.
- While the screen or section a card is in can add context to that card's content, ensure that cards stand alone and do not rely on other components for understanding or relevance.
- Configure Summary Cards as small or medium components, and no smaller than small, on the grid.
Properties
- checkbox – Optional. If selected, a card background is applied to the Summary Card, which sets the component apart from the screen background. If not selected, the default screen background displays.
- field – Required. The query that retrieves the data for the Summary Card, based on the data model.
- field – Required. The title that displays for the Summary Card.
- field – Optional. The field that displays on the Summary Card, retrieved from the .
- field – Optional. The label that displays for the field.
- field – Optional. Specifies a display style in JavaScript to apply to the content on the card.
section – Optional. A section of properties used to configure the fields that display on the Summary Card:- field – Required. The identifier for the card, retrieved from the .
- checkbox – Optional. If selected, users can expand the card to view additional information.
- field – Optional. The field that displays in the additional information section, retrieved from the .
- field – Optional. The label that displays for the field.
section – Required. A section of properties used to configure the fields that display in the additional information section: - field – Optional. The label that displays as the button to expand the additional information.
- field – Optional. The user's permission to access the component. If a user is not assigned a role that includes this permission, they cannot view or interact with the component.
- Hide – The component is hidden.
- Disable – The component is visible but not cannot be interacted with.
drop-down – Optional. If the user does not have permission to access the component, specifies whether to hide or disable it:
Functions
- – When invoked in an event, the values display on the card.
With overflow
- included.
- included.
:- selected.
- included.
- included.
:- not included.
With expansion (open)
- included.
- included.
:- not selected.
- included.
With overflow and expansion
- included.
- included.
:- selected.
- included.
- included.
:- included.
Without expansion
- included.
- included.
:- not selected.
- not included.