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>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.5
    4
    • latest

Version History

Package Sidebar

Install

npm i vue-crypto-icons

Weekly Downloads

4

Version

1.1.5

License

MIT

Unpacked Size

2.25 MB

Total Files

163

Last publish

Collaborators

  • imh1j4l