GridColumn

Demos

See the demos of GridContainer.

API

Props

NameTypeDefaultDescription
spannumber=-The number of original grid columns to span. If not specified it will span across the whole row.
offsetnumber=0The number of original grid columns to move current column to the right. Will affect the position of following columns.
pullnumber=0The number of original grid columns to move current column to the left. Will not affect the position of following columns.
pushnumber=0The number of original grid columns to move current column to the right. Will not affect the position of following columns.

Slots

NameDescription
defaultThe content of the grid column.