Skip to main content
Version: v10

ion-row

shadow

Rows are horizontal components of the grid system and contain varying numbers of columns. They ensure the columns are positioned properly.

Refer to 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​

DescriptionThe 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.
Attributemode
Type"ios" | "md"
Defaultundefined

theme​

DescriptionThe 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.
Attributetheme
Type"ios" | "md" | "ionic"
Defaultundefined

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​

NameDescription
--ion-grid-gapThe gap between grid items

Slots​

No slots available for this component.