2.0.0 • Published 6 years ago

emotion-box v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

emotion-box 📦

Use react-emotion css-in-js to compose your react app flexbox layouts with higher order components!

I've been copy-pasting some version of this file into every React project I've worked on for the past year... If you're looking for a more fully featured layout library, check out the brilliant https://github.com/jxnblk/styled-system

supports an 🚨 opinionated 🚨 subset of flexbox apis

Install

yarn add emotion-box
import Box, {Row, Column, Props as BoxProps} from 'emotion-box'

Usage

<Row justify="start" align="start"> ... </Row>
<Column> ... </Column>
<Box> ... </Box>
2.0.0

6 years ago

2.0.0-beta.4

7 years ago

2.0.0-beta.3

7 years ago

2.0.0-beta.2

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago