styled-flexbox

0.3.1 • Public • Published

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

/styled-flexbox/

    Package Sidebar

    Install

    npm i styled-flexbox

    Weekly Downloads

    1

    Version

    0.3.1

    License

    MIT

    Unpacked Size

    3.63 kB

    Total Files

    6

    Last publish

    Collaborators

    • sallar