ComboStrap UI - Card Columns
Table of Contents
1 - About
With the card-columns components, you can put any type card (blockquote included) in a column format.
2 - Articles Related
3 - Syntax
<card-columns>
<!-- Any type of card -->
</card-columns>
4 - Example
<card-columns>
<card>
{{combostrap:teaser_image_1.png?30|}}
=== Teaser Title ===
A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap quick example]] on how to build a card title in order to make up the bulk of the teaser content.
<btn>[[:start|Go to this page !]]</btn>
</card>
<blockquote class="" >
Lorem ipsum [[:start|dolor]] sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
<cite>Someone famous in [[:start|Source Title]]</cite>
</blockquote>
</card-columns>
Result:

Teaser Title
A example taken from the bootstrap quick example on how to build a card title in order to make up the bulk of the teaser content.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.