vue-cryptobar
## Installation
(vue-cryptobar requires Node and Vue.js to run.)
Install the vue-cryptobar on your vue project:
$ npm install --save vue-cryptobar
To using vue-cryptobar
Add 'cryptobar' to inside of your 'components' section, after then:
$ import cryptobar from "vue-cryptobar"
And last thing to do is configuration of vue-cryptobar. Like:
<cryptobar :coin-name-config="['BTC','ETH','XRP']" :coin-type-config="['USD', 'TRY']"/>
Its possible to put any 3 crypto coins and any 2 different coin type to that options. With next patches it will be much more adjustable and flexible. For 0.0.7beta version, that options are necessary to work properly.