veel
v1.0.0-beta.11
Published
Base react styling components using fela with a design system
Downloads
38
Maintainers
Readme
veel
:eyeglasses: Create visual React components using Fela (An alternative to react-fela)
npm install veel
Example
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
)
Author
veel © Fabian Eichenberger, Released under the MIT License. Authored and maintained by Fabian Eichenberger with help from contributors (list).