Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

barelyhuman/flexery

Repository files navigation

flexery

Flex modifier utilities for working with React

Star the repo, support the dev, etc etc

Install

npm i flexery
# or
yarn add flexery

Usage

// 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 , just replace the name with Flexery

License

MIT

About

Flex modifier utilities for working with (P)React

Resources

License

Stars

Watchers

Forks

Packages

No packages published