Skip to content
Snippets Groups Projects
Commit b90c52d0 authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Issue #3482664 by g4mbini, grimreaper: Rename card layout into card group

parent 2422f3a6
No related branches found
No related tags found
1 merge request!214Issue #3482664 by g4mbini, grimreaper: Rename card layout into card group
Pipeline #329022 passed
card_group:
label: "Card group"
description: "Use card groups to render cards as a single, attached element with equal width and height columns. Card groups start off stacked and use display: flex; to become attached with uniform dimensions starting at the sm breakpoint. When using card groups with footers, their content will automatically line up."
links:
- 'https://getbootstrap.com/docs/5.3/components/card/#card-groups'
category: "Card"
fields:
cards:
type: "render"
label: "Cards"
description: "An array of card patterns."
preview:
- type: "pattern_preview"
id: "card"
variant: "default"
- type: "pattern_preview"
id: "card"
variant: "default"
- type: "pattern_preview"
id: "card"
variant: "default"
<div{{ attributes.addClass('card-group') }}>
{{ cards }}
</div>
card_layout: card_layout:
label: "Card Layout" label: "Card Layout (deprecated)"
description: "In addition to styling the content within cards, Bootstrap includes a few options for laying out series of cards. For the time being, these layout options are not yet responsive." description: "Use the Card group pattern instead."
links: links:
- 'https://getbootstrap.com/docs/5.3/components/card/#card-layout' - 'https://getbootstrap.com/docs/5.3/components/card/#card-layout'
category: "Card" category: "Card"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment