Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A **card view** is a grid of cards in a gallery to facilitate browsing. Card vie

<img src="./img/card-view.png" alt="example of card view" width="1500"/>

## Usage
Use a card view to:
- Display items in a data set that are best identified by a graphic or other visual representation.
- Make information easier to visualize and compare.
Expand Down Expand Up @@ -58,12 +59,19 @@ If an action can be performed globally on multiple cards, or if it leads to mult

<img src="./img/cardview-globalactions.png" alt="example of card view with global action toolbar" width="1500"/>


#### Action card
You may use an extra-small empty state inside a card to present users with another way to add more cards to the existing card view. We recommend using this feature **in addition to** a primary button in the toolbar, to ensure that the user is still able to perform the action from any page of the card view. Place the action card where a new card will be added, most likely as the very first or last card in the card view.

<img src="./img/cardview-add-emptystate.png" alt="example of card view with addition card and empthy state" width="1500" />

#### Expand all action
In cases where cards are expandable, include an expand all action to the top left of the page, below the divider.

<img src="./img/expand_all.png" alt="card view with expand all cards action below the divider" />

Once expanded, the action text changes from “expand all” to “collapse all”.

<img src="./img/collapse_all.png" alt="card view with collapse all cards action below the divider" />

### Bottom pagination
If your card view has multiple pages, add a footer with [pagination](/components/pagination).
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.