EmptyStateCard
Last updated
Last updated
EmptyStateCard extends the Card component to represent an empty state in your app.
TYPE | DEFAULT VALUE |
---|---|
| None (required) |
Set some text content for your EmptyStateCard.
illustration
TYPE | DEFAULT VALUE |
---|---|
| A default illustration |
An illustration to visually represent the empty state.
action
TYPE | DEFAULT VALUE |
---|---|
| None |
The action, usually represented by a Button
.
Note: the Button will automatically set mode
to "strong"
and wide
to true
when used inside EmptyStateCard.