0.0.2 • Published 6 years ago

@emotive-ui/core v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

How to use

# install
$ npm install --save @emotive-ui/core @emotion/core @emotion/styled react

Develop

# install
$ git clone https://github.com/classiii/emotive-ui.git

# install dependencies
$ cd emotive-ui/packages/emotive-core
$ yarn (or `npm install`)

# storybook
$ yarn dev

# build (development)
$ yarn build

# build (production)
$ yarn build:release