| Class | Description |
|---|---|
| FlexItem<T extends elemental2.dom.HTMLElement> |
A component which provides an abstract level of the CSS flex item which will inherit the styles
for the CSS flex item by default
|
| FlexLayout |
A component which provides an abstract level of the CSS flex layout which will inherit the styles
for the CSS flex by default
|
| FlexStyles |
Default CSS classes for
FlexLayout and FlexItem |
| Enum | Description |
|---|---|
| FlexAlign |
Am enum representing the alignment of flex
|
| FlexDirection |
An enum representing the direction of the items inside the flex layout
|
| FlexJustifyContent |
An enum representing how content is distributed inside the layout
|
| FlexWrap |
An enum representing the wrapping of the layout
|
Copyright © 2019–2022 Dominokit. All rights reserved.