Skip to content

sallar/styled-flexbox

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published