0.3.1 • Published 7 years ago

styled-flexbox v0.3.1

Weekly downloads
28
License
MIT
Repository
github
Last release
7 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

7 years ago

0.4.0-1

7 years ago

0.4.0-0

7 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago