UNPKG

flexery

Version:

Flex modifier utilities for working with React

40 lines (26 loc) 761 B
# flexery > Flex modifier utilities for working with React Star the repo, support the dev, etc etc ## Install ```sh npm i flexery # or yarn add flexery ``` ## Usage ```sh // Flex Helpers <Box flex /> <Box flex-1 /> <Box flex-2 /> // ... and so on // Flex Alignment Helpers <Box alignTop alignBottom alignCenter alignStart alignEnd alignBaseline /> <Box justTop justBottom justCenter justStart justEnd justBaseline justBetween jsutAround justEvenly justStretch/> // Note: centerX and centerY are fixed to `X` being justifyContent and `Y` being alignItems <Box center centerX centerY /> ``` ## API The library has a similar api to [Spacery](https://github.com/barelyhuman/spacery#api) , just replace the name with Flexery ## License [MIT](LICENSE)