@if (showTitle) {
Large card
}
@if (showContent) {
This card demonstrates the amount of space that is available for a card
that uses the default large size. If the content does not require this
much space, you can set the card size to small. The type of content to
display in the body of a card varies based on what the card represents and
whether it prompts users to action.
}
@if (showAction) {
}
@if (showTitle) {
Small card
}
@if (showContent) {
This card demonstrates the reduced amount of space that is available when
you set the card size to small.
}
@if (showAction) {
}