# flex-helpers

> SASS Flex helpers for LibSasserPlate

Latest version **1.0.0** (published 2015-11-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install flex-helpers
pnpm add flex-helpers
yarn add flex-helpers
bun add flex-helpers
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-11-18 |
| First published | 2015-11-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Chris Lojniewski |
| Maintainers | krzysztof.lojniewski |
| Keywords | flex, sass, scss, helpers, pagepro |

## Links

- npm: https://www.npmjs.com/package/flex-helpers
- Repository: https://github.com/Pagepro/flex-helpers
- Homepage: https://github.com/Pagepro/flex-helpers#readme
- Issues: https://github.com/Pagepro/flex-helpers/issues
- npm.io page: https://npm.io/package/flex-helpers

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-11-18

## README

# FlexHelpers

**FlexHelpers** allows to you use flexbox on your site without know flex properties.

### Benefits
>* You can easily add flexbox display to contenets on your site.
* Easier positioning elements relative to each other.
* Faster adjusting the elements.
* No problems with setting margins. 


## Table of contents
>* [Requirements](#requirements)
* [Installation](#installation)
* [Features](#feature-set)
* [Documentation](#documentation)

## Requirements

1. Need to use SASS in your Project.

## Installation

1. Download flex-helpers from Github or using npm:

```shell
npm install flex-helpers
```
2. Add flex-helpers file to your sass files and compile project.

```css
@import "node_modules/flex-helpers/flex-helpers";
```

## Using helpers

When You want use helpers, You should include to your element style, one of helper features.

```
@include 'feature';
```

##### EXAMPLE:

```css
.content {
    @include helper--flex--left--center;
 }
```

# Feature Set

## Flex row
**Flex row helpers** allows to you position component's children in row

#### - flex row with children positionned horizontally to left:
* [helper--flex--left--top](#helper--flex--left--top--helper--inline-flex--left--top)
* [helper--flex--left--center](#helper--flex--left--center--helper--inline-flex--left--center)
* [helper--flex--left--bottom](#helper--flex--left--bottom--helper--inline-flex--left--bottom)
* [helper--flex--left--stretch](#helper--flex--left--stretch--helper--inline-flex--left--stretch)
* [helper--flex--left--space-between](#helper--flex--left--space-between--helper--inline-flex--left--space-between)
* [helper--flex--left--space-around](#helper--flex--left--space-around--helper--inline-flex--left--space-between)

#### - flex row with children horizontally centered:
* [helper--flex--center--top](#helper--flex--center--top--helper--inline-flex--center--top)
* [helper--flex--center--center](#helper--flex--center--center--helper--inline-flex--center--center)
* [helper--flex--center--bottom](#helper--flex--center--bottom--helper--inline-flex--center--bottom)
* [helper--flex--center--stretch](#helper--flex--center--stretch--helper--inline-flex--center--stretch)
* [helper--flex--center--space-between](#helper--flex--center--space-between--helper--inline-flex--center--space-between)
* [helper--flex--center--space-around](#helper--flex--center--space-around--helper--inline-flex--center--space-around)

#### - flex row with children positionned horizontally to right:
* [helper--flex--right--top](#helper--flex--right--top--helper--inline-flex--right--top)
* [helper--flex--right--center](#helper--flex--right--center--helper--inline-flex--right--center)
* [helper--flex--right--bottom](#helper--flex--right--bottom--helper--inline-flex--right--bottom)
* [helper--flex--right--stretch](#helper--flex--right--stretch--helper--inline-flex--right--stretch)
* [helper--flex--right--space-between](#helper--flex--right--space-between--helper--inline-flex--right--space-between)
* [helper--flex--right--space-around](#helper--flex--right--space-around--helper--inline-flex--right--space-around)

#### - flex row with children positionned horizontally space-between:
* [helper--flex--space-between--top](#helper--flex--space-between--top--helper--inline-flex--space-between--top)
* [helper--flex--space-between--center](#helper--flex--space-between--center--helper--inline-flex--space-between--center)
* [helper--flex--space-between--bottom](#helper--flex--space-between--bottom--helper--inline-flex--space-between--bottom)
* [helper--flex--space-between--stretch](#helper--flex--space-between--stretch--helper--inline-flex--space-between--stretch)
* [helper--flex--space-between--space-between](#helper--flex--space-between--space-between--helper--inline-flex--space-between--space-between)
* [helper--flex--space-between--space-around](#helper--flex--space-between--space-around--helper--inline-flex--space-between--space-around)

#### - flex row with children positionned horizontally space-around:
* [helper--flex--space-around--top](#helper--flex--space-around--top--helper--inline-flex--space-around--top)
* [helper--flex--space-around--center](#helper--flex--space-around--center--helper--inline-flex--space-around--center)
* [helper--flex--space-around--bottom](#helper--flex--space-around--bottom--helper--inline-flex--space-around--bottom)
* [helper--flex--space-around--stretch](#helper--flex--space-around--stretch--helper--inline-flex--space-around--stretch)
* [helper--flex--space-around--space-between](#helper--flex--space-around--space-between--helper--inline-flex--space-around--space-between)
* [helper--flex--space-around--space-around](#helper--flex--space-around--space-around--helper--inline-flex--space-around--space-around)

## Flex column
**Flex column helpers** allows to you position component's children in column

#### - flex column with children positionned vertically to top:
* [helper--flex--top--left](#helper--flex--top--left--helper--inline-flex--top--left)
* [helper--flex--top--center](#helper--flex--top--center--helper--inline-flex--top--center)
* [helper--flex--top--right](#helper--flex--top--right--helper--inline-flex--top--right)

#### - flex column with children vertically centered:
* [helper--flex--center--left](#helper--flex--center--left--helper--inline-flex--center--left)
* [helper--flex--center--center--column](#helper--flex--center--center--column--helper--inline-flex--center--center)
* [helper--flex--center--right](#helper--flex--center--right--helper--inline-flex--center--right)

#### - flex column with children positionned vertically to bottom:
* [helper--flex--bottom--left](#helper--flex--bottom--left--helper--inline-flex--bottom--left)
* [helper--flex--bottom--center](#helper--flex--bottom--center--helper--inline-flex--bottom--center)
* [helper--flex--bottom--right](#helper--flex--bottom--right--helper--inline-flex--bottom--right)

#### - flex column with children positionned vertically space-between:
* [helper--flex--space-between--left](#helper--flex--space-between--left--helper--inline-flex--space-between--left)
* [helper--flex--space-between--center--column](#helper--flex--space-between--center--column--helper--inline-flex--space-between--center)
* [helper--flex--space-between--right](#helper--flex--space-between--right--helper--inline-flex--space-between--right)

#### - flex column with children positionned vertically space-around:
* [helper--flex--space-around--left](#helper--flex--space-around--left--helper--inline-flex--space-around--left)
* [helper--flex--space-around--center--column](#helper--flex--space-around--center--column--helper--inline-flex--space-around--center--column)
* [helper--flex--space-around--right](#helper--flex--space-around--right--helper--inline-flex--space-around--right)

**Inline-flex row helpers** allows to you position component's children in row

#### - inline-flex row with children positionned horizontally to left:
* [helper--inline-flex--left--top](#helper--flex--left--top--helper--inline-flex--left--top)
* [helper--inline-flex--left--center](#helper--flex--left--center--helper--inline-flex--left--center)
* [helper--inline-flex--left--bottom](#helper--flex--left--bottom--helper--inline-flex--left--bottom)
* [helper--inline-flex--left--stretch](#helper--flex--left--stretch--helper--inline-flex--left--stretch)
* [helper--inline-flex--left--space-between](#helper--flex--left--space-between--helper--inline-flex--left--space-between)
* [helper--inline-flex--left--space-around](#helper--flex--left--space-around--helper--inline-flex--left--space-between)

#### - inline-flex row with children horizontally centered:
* [helper--inline-flex--center--top](#helper--flex--center--top--helper--inline-flex--center--top)
* [helper--inline-flex--center--center](#helper--flex--center--center--helper--inline-flex--center--center)
* [helper--inline-flex--center--bottom](#helper--flex--center--bottom--helper--inline-flex--center--bottom)
* [helper--inline-flex--center--stretch](#helper--flex--center--stretch--helper--inline-flex--center--stretch)
* [helper--inline-flex--center--space-between](#helper--flex--center--space-between--helper--inline-flex--center--space-between)
* [helper--inline-flex--center--space-around](#helper--flex--center--space-around--helper--inline-flex--center--space-around)

#### - inline-flex row with children positionned horizontally to right:
* [helper--inline-flex--right--top](#helper--flex--right--top--helper--inline-flex--right--top)
* [helper--inline-flex--right--center](#helper--flex--right--center--helper--inline-flex--right--center)
* [helper--inline-flex--right--bottom](#helper--flex--right--bottom--helper--inline-flex--right--bottom)
* [helper--inline-flex--right--stretch](#helper--flex--right--stretch--helper--inline-flex--right--stretch)
* [helper--inline-flex--right--space-between](#helper--flex--right--space-between--helper--inline-flex--right--space-between)
* [helper--inline-flex--right--space-around](#helper--flex--right--space-around--helper--inline-flex--right--space-around)

#### - inline-flex row with children positionned horizontally space-between:
* [helper--inline-flex--space-between--top](#helper--flex--space-between--top--helper--inline-flex--space-between--top)
* [helper--inline-flex--space-between--center](#helper--flex--space-between--center--helper--inline-flex--space-between--center)
* [helper--inline-flex--space-between--bottom](#helper--flex--space-between--bottom--helper--inline-flex--space-between--bottom)
* [helper--inline-flex--space-between--stretch](#helper--flex--space-between--stretch--helper--inline-flex--space-between--stretch)
* [helper--inline-flex--space-between--space-between](#helper--flex--space-between--space-between--helper--inline-flex--space-between--space-between)
* [helper--inline-flex--space-between--space-around](#helper--flex--space-between--space-around--helper--inline-flex--space-between--space-around)

#### - inline-flex row with children positionned horizontally space-around:
* [helper--inline-flex--space-around--top](#helper--flex--space-around--top--helper--inline-flex--space-around--top)
* [helper--inline-flex--space-around--center](#helper--flex--space-around--center--helper--inline-flex--space-around--center)
* [helper--inline-flex--space-around--bottom](#helper--flex--space-around--bottom--helper--inline-flex--space-around--bottom)
* [helper--inline-flex--space-around--stretch](#helper--flex--space-around--stretch--helper--inline-flex--space-around--stretch)
* [helper--inline-flex--space-around--space-between](#helper--flex--space-around--space-between--helper--inline-flex--space-around--space-between)
* [helper--inline-flex--space-around--space-around](#helper--flex--space-around--space-around--helper--inline-flex--space-around--space-around)

## Inline-flex column
**Inline-flex column helpers** allows to you position component's children in column

#### - inline-flex column with children positionned vertically to top:
* [helper--inline-flex--top--left](#helper--flex--top--left--helper--inline-flex--top--left)
* [helper--inline-flex--top--center](#helper--flex--top--center--helper--inline-flex--top--center)
* [helper--inline-flex--top--right](#helper--flex--top--right--helper--inline-flex--top--right)

#### - inline-flex column with children vertically centered:
* [helper--inline-flex--center--left](#helper--flex--center--left--helper--inline-flex--center--left)
* [helper--inline-flex--center--center--column](#helper--flex--center--center--column--helper--inline-flex--center--center)
* [helper--inline-flex--center--right](#helper--flex--center--right--helper--inline-flex--center--right)

#### - inline-flex column with children positionned vertically to bottom:
* [helper--inline-flex--bottom--left](#helper--flex--bottom--left--helper--inline-flex--bottom--left)
* [helper--inline-flex--bottom--center](#helper--flex--bottom--center--helper--inline-flex--bottom--center)
* [helper--inline-flex--bottom--right](#helper--flex--bottom--right--helper--inline-flex--bottom--right)

#### - inline-flex column with children positionned vertically space-between:
* [helper--inline-flex--space-between--left](#helper--flex--space-between--left--helper--inline-flex--space-between--left)
* [helper--inline-flex--space-between--center--column](#helper--flex--space-between--center--column--helper--inline-flex--space-between--center)
* [helper--inline-flex--space-between--right](#helper--flex--space-between--right--helper--inline-flex--space-between--right)

#### - inline-flex column with children positionned vertically space-around:
* [helper--inline-flex--space-around--left](#helper--flex--space-around--left--helper--inline-flex--space-around--left)
* [helper--inline-flex--space-around--center--column](#helper--flex--space-around--center--column--helper--inline-flex--space-around--center--column)
* [helper--inline-flex--space-around--right](#helper--flex--space-around--right--helper--inline-flex--space-around--right)


## Documentation


### helper--flex--left--top // helper--inline-flex--left--top
> Sets up component's children to left top corner. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--left--top.png "flex--left--top")

### helper--flex--left--center // helper--inline-flex--left--center
> Sets up component's children horizontally to left, vertically to center. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--left--center.png "flex--left--center")

### helper--flex--left--bottom // helper--inline-flex--left--bottom
> Sets up component's children to left bottom corner. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--left--bottom.png "flex--left--bottom")

### helper--flex--left--stretch // helper--inline-flex--left--stretch
> Sets up component's children to left corner and stretch their height to 100% of row's height. Children height property can't be set to any value, otherwise stretch won't work. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--left--stretch.png "flex--left--stretch")

### helper--flex--left--space-between // helper--inline-flex--left--space-between
> Works only with multirows. Sets up component's children horizontally to left, vertically: 1st row is aligned to top, last row to bottom. If there is more than 2 rows - middle rows are centered, dividing vertical space between them on equal parts.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--left--space-between.png "flex--left--space-between")

### helper--flex--left--space-around // helper--inline-flex--left--space-around
> Works only with multirows. Sets up component's children horizontally to left, vertically: rows are centered, dividing vertical space between them on equal parts.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--left--space-around.png "flex--left--space-around")

### helper--flex--center--top // helper--inline-flex--center--top
> Sets up component's children horizontally to center, vertically to top. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--center--top.png "flex--center--top")

### helper--flex--center--center // helper--inline-flex--center--center
> Sets up component's children horizontally and vertically both to center. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--center--center.png "flex--center--center")

### helper--flex--center--bottom // helper--inline-flex--center--bottom
> Sets up component's children horizontally to center, vertically to bottom. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--center--bottom.png "flex--center--bottom")

### helper--flex--center--stretch // helper--inline-flex--center--stretch
> Sets up component's children horizontally to center and stretch their height to 100% of row's height. Children height property can't be set to any value, otherwise stretch won't work. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--center--stretch.png "flex--center--stretch")

### helper--flex--center--space-between // helper--inline-flex--center--space-between
> Works only with multirows. Sets up component's children horizontally to center, vertically: 1st row is aligned to top, last row to bottom. If there is more than 2 rows - middle rows are centered, dividing vertical space between them on equal parts.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--center--space-between.png "flex--center--space-between")

### helper--flex--center--space-around // helper--inline-flex--center--space-around
> Works only with multirows. Sets up component's children horizontally to center, vertically: rows are centered, dividing vertical space between them on equal parts.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--center--space-around.png "flex--center--space-around")

### helper--flex--right--top // helper--inline-flex--right--top
> Sets up component's children to right top corner. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--right--top.png "flex--right--top")

### helper--flex--right--center // helper--inline-flex--right--center
> Sets up component's children horizontally to right, vertically to center. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--right--center.png "flex--right--center")

### helper--flex--right--bottom // helper--inline-flex--right--bottom
> Sets up component's children to right bottom corner. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--right--bottom.png "flex--right--bottom")

### helper--flex--right--stretch // helper--inline-flex--right--stretch
> Sets up component's children to right corner and stretch their height to 100% of row's height. Children height property can't be set to any value, otherwise stretch won't work. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--right--stretch.png "flex--right--stretch")

### helper--flex--right--space-between // helper--inline-flex--right--space-between
> Works only with multirows. Sets up component's children horizontally to right, vertically: 1st row is aligned to top, last row to bottom. If there is more than 2 rows - middle rows are centered, dividing vertical space between them on equal parts.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--right--space-between.png "flex--right--space-between")

### helper--flex--right--space-around // helper--inline-flex--right--space-around
> Works only with multirows. Sets up component's children horizontally to right, vertically: rows are centered, dividing vertical space between them on equal parts.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--right--space-around.png "flex--right--space-around")

### helper--flex--space-between--top // helper--inline-flex--space-between--top
> Sets up component's children vertically to top, horizontally: 1st child is justified to left, last one is justified to right, all children between the 1st and the last ones are justified center, dividing horizontal space between them on equal parts. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-between--top.png "flex--space-between--top")

### helper--flex--space-between--center // helper--inline-flex--space-between--center
> Sets up component's children vertically to center, horizontally: 1st child is justified to left, last one is justified to right, all children between the 1st and the last ones are justified center, dividing horizontal space between them on equal parts. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-between--center.png "flex--space-between--center")

### helper--flex--space-between--bottom // helper--inline-flex--space-between--bottom
> Sets up component's children vertically to bottom, horizontally: 1st child is justified to left, last one is justified to right, all children between the 1st and the last ones are justified center, dividing horizontal space between them on equal parts. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-between--bottom.png "flex--space-between--bottom")

### helper--flex--space-between--stretch // helper--inline-flex--space-between--stretch
> Sets up component's children horizontally: 1st child is justified to left, last one is justified to right, all children between the 1st and the last ones are justified center, dividing horizontal space between them on equal parts. Vertically stretch childrens' height to 100% of row's height. Children height property can't be set to any value, otherwise stretch won't work. If multirow needed 'flex-wrap: wrap' property has to be added to component styles.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-between--stretch.png "flex--space-between--stretch")

### helper--flex--space-between--space-between // helper--inline-flex--space-between--space-between
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-between--space-between.png "flex--space-between--space-between")

### helper--flex--space-between--space-around // helper--inline-flex--space-between--space-around
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-between--space-around.png "flex--space-between--space-around")

### helper--flex--space-around--top // helper--inline-flex--space-around--top
> Sets up component's children vertically to top, horizontally children are centered, dividing horizontal space between them on equal parts.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-around--top.png "flex--space-around--top")

### helper--flex--space-around--center // helper--inline-flex--space-around--center
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-around--center.png "flex--space-around--center")

### helper--flex--space-around--bottom // helper--inline-flex--space-around--bottom
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-around--bottom.png "flex--space-around--bottom")

### helper--flex--space-around--stretch // helper--inline-flex--space-around--stretch
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-around--stretch.png "flex--space-around--stretch")

### helper--flex--space-around--space-between // helper--inline-flex--space-around--space-between
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-around--space-between.png "flex--space-around--space-between")

### helper--flex--space-around--space-around // helper--inline-flex--space-around--space-around
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-around--space-around.png "flex--space-around--space-around")

### helper--flex--top--left // helper--inline-flex--top--left
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--top--left.png "flex--top--left")

### helper--flex--top--center // helper--inline-flex--top--center
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--top--center.png "flex--top--center")

### helper--flex--top--right // helper--inline-flex--top--right
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--top--right.png "flex--top--right")

### helper--flex--center--left // helper--inline-flex--center--left
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--center--left.png "flex--center--left")

### helper--flex--center--center--column // helper--inline-flex--center--center--column
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--center--center--column.png "flex--center--center--column")

### helper--flex--center--right // helper--inline-flex--center--right
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--center--right.png "flex--center--right")

### helper--flex--bottom--left // helper--inline-flex--bottom--left
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--bottom--left.png "flex--bottom--left")

### helper--flex--bottom--center // helper--inline-flex--bottom--center
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--bottom--center.png "flex--bottom--center")

### helper--flex--bottom--right // helper--inline-flex--bottom--right
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--bottom--right.png "flex--bottom--right")

### helper--flex--space-between--left // helper--inline-flex--space-between--left
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-between--left.png "flex--space-between--left")

### helper--flex--space-between--center--column // helper--inline-flex--space-between--center--column
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-between--center--column.png "flex--space-between--center--column")

### helper--flex--space-between--right // helper--inline-flex--space-between--right
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-between--right.png "flex--space-between--right")

### helper--flex--space-around--left // helper--inline-flex--space-around--left
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-around--left.png "flex--space-around--left")

### helper--flex--space-around--center--column // helper--inline-flex--space-around--center--column
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-around--center--column.png "flex--space-around--center--column")

### helper--flex--space-around--right // helper--inline-flex--space-around--right
> Sets up component's children.

![alt text](https://raw.githubusercontent.com/Pagepro/flex-helpers/master/docs/flex--space-around--right.png "flex--space-around--right")

---
_Source: https://npm.io/package/flex-helpers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
