veel

1.0.0-beta.11 • Public • Published

logo

veel NPM version Js Standard Style

👓 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).

GitHub @queckezz · Twitter @queckezz

Dependencies (3)

Dev Dependencies (10)

Package Sidebar

Install

npm i veel

Weekly Downloads

1

Version

1.0.0-beta.11

License

MIT

Last publish

Collaborators

  • queckezz