Vue crypto icon is a beautiful pixel-perfect 400+ cryptocurrency and 10+ fiat currency icon, in a range of styles and sizes.
cryptocurrency icons npm, crypto currency icon list, cryptocurrency icon pack, cryptocurrency icons api, cryptocurrency icons github, free crypto icons
How to make use of it:
Install and download:
# NPM $ npm i vue-cryptoicon
1. Import and register the encoder token component.
import Vue from 'vue'; import Cryptoicon from 'vue-cryptoicon';
Vue.use(Cryptoicon);
2. Import icons as per your needs.
// all icons import icon from 'vue-cryptoicon/src/icons'; Cryptoicon.add(icon); // or import { Btc, Eth, Xrp } from 'vue-cryptoicon/src/icons'; Cryptoicon.add([Btc, Eth, Xrp]);
3. Add icons to your app.
<cryptoicon symbol="btc" size="24" /> <cryptoicon symbol="eth" size="48" color="blue" /> <cryptoicon symbol="xrp" size="12" color="#000" />
Cryptocurrency Icons For Vue, vue-cryptoicon Plugin/Github
See Demo And Download
Official Website(man15h): Click Here
This superior jQuery/javascript plugin is developed by man15h. For extra Advanced Usages, please go to the official website.