# easy-deal

> UI components for finance,exchange,blockchain and so on.

### install

npm install easy-deal

yarn add easy-deal

### demo

git clone https://github.com/MinionsHero/easyDeal.git

cd easyDeal

npm run serve

### doc

+ NumberInput：control input number string.
+ OrderInput: numberInput with slider。
+ Fluctuation：control the styles of up and down.
+ PromiseDialog：a dialog which can return a promise instance, and it can support loading state.。（Developing...）
+ WorkerContainer：a container to resolve CPU power。（Developing...）
+ Kline：K line component。（Developing...）
+ node-vue-i18n：a vue-i18n util to resolve to modify the same variable in many related option files.（Developing...）

### more
[English Doc](https://github.com/MinionsHero/easyDeal/blob/master/doc/en-US/index.md)

[中文文档](https://github.com/MinionsHero/easyDeal/blob/master/doc/zh-CN/index.md)

