Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 436 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 436 Bytes

💅 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.