vue-crypto-icons

1.1.5 • Public • Published

Feel Free to contribute

Usage example:

Install

npm

npm i vue-crypto-icons

Usage

<template>
  <div>
    <BTC size="50" color="yellow" />
    <ETH size="50" color="#B2A4FF" />
  </div>
</template>

<script>
import { BTC, ETH } from "vue-crypto-icons";

export default {
  ...
  components: {
    BTC, 
    ETH
  },
  ...
};
</script>

Package Sidebar

Install

npm i vue-crypto-icons

Weekly Downloads

3

Version

1.1.5

License

MIT

Unpacked Size

2.25 MB

Total Files

163

Last publish

Collaborators

  • imh1j4l