BwFlexItem | bw-flex-item
Overview
The flex item component can be used to create a column in a BwFlexGrid. You can set different sizes for different screen sizes.
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
size | size | The size of the column, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeLg | size-lg | The size of the column for lg screens, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeMd | size-md | The size of the column for md screens, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeSm | size-sm | The size of the column for sm screens, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeXl | size-xl | The size of the column for xl screens, in terms of how many columns it should take up out of the total available. | string | undefined |
sizeXs | size-xs | The size of the column for xs screens, in terms of how many columns it should take up out of the total available. | string | undefined |
Slots
| Slot | Description |
|---|---|
| The content of the column |
© 2025 United Systems & Software - All Rights Reserved.