Base react styling components using fela with a design system
npm install veel
!logo
:eyeglasses: Create visual React components using Fela (An alternative to react-fela)
```
npm install veel
`js
import { color } from 'styled-system'
import styled from 'veel'
const align = props => props.align
? { alignItems: props.align }
: null
const Flex = styled('div')(
{ display: 'flex' },
color,
align
)
``
veel © Fabian Eichenberger, Released under the MIT License.
Authored and maintained by Fabian Eichenberger with help from contributors (list).
> GitHub @queckezz · Twitter @queckezz
[version-image]: https://img.shields.io/npm/v/veel.svg?style=flat-square
[version-url]: https://npmjs.org/package/veel
[standard-image]: https://img.shields.io/badge/code-standard-brightgreen.svg?style=flat-square
[standard-url]: https://github.com/feross/standard