| Class | Description |
|---|---|
| Column |
A component which provides an abstract level of the CSS grid column which will inherit the styles
for the CSS grid column by default
|
| Column.OnLarge |
This class represents the size of the column when the screen is large
|
| Column.OnLargeOffset |
This class represents the offset of the column when the screen is large
|
| Column.OnMedium |
This class represents the size of the column when the screen is medium
|
| Column.OnMediumOffset |
This class represents the offset of the column when the screen is medium
|
| Column.OnSmall |
This class represents the size of the column when the screen is small
|
| Column.OnSmallOffset |
This class represents the offset of the column when the screen is small
|
| Column.OnXLarge |
This class represents the size of the column when the screen is X large
|
| Column.OnXLargeOffset |
This class represents the offset of the column when the screen is X large
|
| Column.OnXSmall |
This class represents the size of the column when the screen is X small
|
| Column.OnXSmallOffset |
This class represents the offset of the column when the screen is X small
|
| GridLayout |
A layout which is a 12 columns grid based with a required content section and 4 other optional
sections Header, Footer, Left and Right.
|
| GridStyles |
Default CSS classes for
GridLayout |
| Row<T extends Row<T>> |
A component which provides an abstract level of the CSS grid row which will inherit the styles
for the CSS grid row by default
|
| Row_12 |
A derivative component of
Row which supports has 12 columns |
| Row_16 |
A derivative component of
Row which supports has 16 columns |
| Row_18 |
A derivative component of
Row which supports has 18 columns |
| Row_24 |
A derivative component of
Row which supports has 24 columns |
| Row_32 |
A derivative component of
Row which supports has 32 columns |
| Enum | Description |
|---|---|
| Column.Offset |
An enum representing the offset that a column can have
|
| Column.Span |
An enum representing the size of a column can have
|
| Columns |
An enum representing the number of columns a row can have
|
| SectionSpan |
An enum representing the size of a section in
GridLayout |
Copyright © 2019–2022 Dominokit. All rights reserved.