0.3.1 • Published 5 years ago

styled-flexbox v0.3.1

Weekly downloads
28
License
MIT
Repository
github
Last release
5 years ago

💅 Styled Flexbox

Flexbox Tools made with styled-components.

Install and Usage

$ 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>
);

License

This software is licensed under the MIT License.

0.4.0-2

5 years ago

0.4.0-1

5 years ago

0.4.0-0

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago