-
Notifications
You must be signed in to change notification settings - Fork 8
CardGroup
Mika Berglund edited this page Feb 28, 2020
·
2 revisions
Card groups in Bootstrap allow you to group several cards into one unit with various characteristics.
CardGroup : BootstrapComponentBase
| Name | Type | Description |
|---|---|---|
| Type | CardGroupType | The type of group. Defaults to CardGroupType.Group. |
<CardGroup Type="CardGroupType.Group">
<Card Title="Card 1" />
<Card Title="Card 2" />
</CardGroup><CardGroup Type="CardGroupType.Deck">
<Card Title="Card 1" />
<Card Title="Card 2" />
</CardGroup><CardGroup Type="CardGroupType.Columns">
<Card Title="Card 1" />
<Card Title="Card 2" />
</CardGroup>- Home
- Design Principles
- Getting Started
- Components
- Content
- Layout Components
- Generic Elements
- Utilities
- Releases