BwColumnGroup | bw-column-group
[DEPRECATED] Use BwFlexGrid instead.
The column group component is a flex container that can be used to create a row of BwColumn's.
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
align | align | Alignment of the columns. | "baseline" | "center" | "end" | "start" | "stretch" | undefined |
columns | columns | The number of columns the flex grid has. | number | undefined |
gap | gap | The gap between the columns. | "2xl" | "2xs" | "3xl" | "3xs" | "lg" | "md" | "sm" | "xl" | "xs" | undefined |
justify | justify | Justification of the columns. | "center" | "end" | "space-around" | "space-between" | "start" | undefined |
wrap | wrap | If the columns should wrap. | boolean | undefined |
Slots
| Slot | Description |
|---|---|
| The content of the column group |
CSS Custom Properties
| Name | Description |
|---|---|
--columns | The number of columns the flex grid has. |
© 2025 United Systems & Software - All Rights Reserved.