Files

ion-grid

The grid is a powerful mobile-first flexbox system for building custom layouts.

It is composed of three units — a grid, row(s) and column(s). Columns will expand to fill the row, and will resize to fit additional columns. It is based on a 12 column layout with different breakpoints based on the screen size. The number of columns can be customized using CSS.

See Grid Layout for more information.

Properties

fixed

boolean

If true, the grid will have a fixed width based on the screen size. Defaults to false.

Attributes

fixed

boolean

If true, the grid will have a fixed width based on the screen size. Defaults to false.


Built with StencilJS