Skip to main content

Layout grid

Since 2.0.0

Development

Examples

Basic

PreviewAngularReactVueJavaScript

Size

PreviewAngularReactVueJavaScript

Padding

PreviewAngularReactVueJavaScript

API (ix-layout-grid)

Properties

Name
Description and specifications
columns
Overwrite the default number of columns. Choose between 2 and 12 columns.
Attribute:
columns
Type:
number
Default:
12
gap
Grid gap
Attribute:
gap
Type:
"12" | "16" | "24" | "8"
Default:
'24'
noMargin
The grid will not have any horizontal padding
Attribute:
no-margin
Type:
boolean
Default:
false

Events

No events available for this component.

API (ix-col)

Properties

Name
Description and specifications
size
Size of the column
Attribute:
size
Type:
"1" | "10" | "11" | "12" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | undefined
sizeLg
Size of the column for lg screens
Attribute:
size-lg
Type:
"1" | "10" | "11" | "12" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | undefined
sizeMd
Size of the column for md screens
Attribute:
size-md
Type:
"1" | "10" | "11" | "12" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | undefined
sizeSm
Size of the column for sm screens
Attribute:
size-sm
Type:
"1" | "10" | "11" | "12" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | undefined

Events

No events available for this component.