Flexbox Tools made with styled-components
.
$ yarn add styled-flexbox
import { Flex, Box } from 'styled-flex';
const MyWrapper = () => (
<Flex align="center" justify="center" flexAuto>
<Box>Im In a Flexbox!</Box>
</Flex>
);
This software is licensed under the MIT License.