@emotive-ui/core
v0.0.2
Published
React UI components built with emotion.
Downloads
1
Maintainers
Readme
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