@cheryx2020/core
v1.1.85
Published
## How to install
Downloads
651
Readme
Cheryx Core
How to install
- run
yarn add @cheryx2020/core
ornpm install @cheryx2020/core
- put
import "/node_modules/@cheryx2020/core/dist/index.css"
intoapp.js
file
Play with examples
- Clone this repository to you local device
- Go to example folder then run
yarn install && yarn dev