<div class="card">
<div class="card-body">
This is some text within a card block.
</div>
</div>
<div class="card">
<div class="card-body">
This is some text within a card block.
</div>
</div>
/* _card.scss:34 */
.card-body {
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
// as much space as possible, ensuring footers are aligned to the bottom.
flex: 1 1 auto;
padding: $card-spacer-x;
}
Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.
© 2024 Shuffle. All rights reserved.