Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hijal/vue-crypto-icons-package

All cryptocurrency icons for vue
https://github.com/hijal/vue-crypto-icons-package

crypto cryptocurrencies cryptocurrency cryptoicon cryptoicons hacktoberfest hacktoberfest2022 icons vue vue3 vuejs vuejs2

Last synced: about 1 month ago
JSON representation

All cryptocurrency icons for vue

Awesome Lists containing this project

README

        


Feel Free to contribute


Usage example:

## Install
[![npm](https://img.shields.io/npm/dm/vue-crypto-icons)](https://www.npmjs.com/package/vue-crypto-icons)

```sh
npm i vue-crypto-icons
```

## Usage

```js




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

export default {
...
components: {
BTC,
ETH
},
...
};

```