Constructor
new Flex(gap)
Parameters:
| Name | Type | Description |
|---|---|---|
gap |
number | gap between elements |
Methods
alignItems(type) → {Flex}
Sets the align items type.
Parameters:
| Name | Type | Description |
|---|---|---|
type |
string | one of the supported bootstrap values |
Returns:
this
- Type
- Flex
justifyContent(type) → {Flex}
Sets the justify content type.
Parameters:
| Name | Type | Description |
|---|---|---|
type |
string | one of the supported bootstrap values |
Returns:
this
- Type
- Flex