Class: Flex

Flex(gap)

Flex element.

Constructor

new Flex(gap)

Parameters:
Name Type Description
gap number gap between elements
Source:

Methods

alignItems(type) → {Flex}

Sets the align items type.
Parameters:
Name Type Description
type string one of the supported bootstrap values
Source:
Returns:
this
Type
Flex

justifyContent(type) → {Flex}

Sets the justify content type.
Parameters:
Name Type Description
type string one of the supported bootstrap values
Source:
Returns:
this
Type
Flex