ion-row
Rows are horizontal components of the grid system and contain varying numbers of columns. They ensure the columns are positioned properly.
See the grid documentation for more information.
Row Alignment
By default, columns will stretch to fill the entire height of the row and wrap when necessary. Rows are flex containers, so there are several CSS classes that can be applied to a row to customize this behavior.
Properties
mode
| Description | The mode determines the platform behaviors of the component. This is a virtual property that is set once during initialization and will not update if you change its value after the initial render. |
| Attribute | mode |
| Type | "ios" | "md" |
| Default | undefined |
theme
| Description | The theme determines the visual appearance of the component. This is a virtual property that is set once during initialization and will not update if you change its value after the initial render. |
| Attribute | theme |
| Type | "ios" | "md" | "ionic" |
| Default | undefined |
Events
No events available for this component.
Methods
No public methods available for this component.
CSS Shadow Parts
No CSS shadow parts available for this component.
CSS Custom Properties
| Name | Description |
|---|---|
--ion-grid-gap | The gap between grid items |
Slots
No slots available for this component.