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 2 months ago
JSON representation
All cryptocurrency icons for vue
- Host: GitHub
- URL: https://github.com/hijal/vue-crypto-icons-package
- Owner: hijal
- License: mit
- Created: 2022-07-21T16:05:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T08:17:39.000Z (over 2 years ago)
- Last Synced: 2025-03-24T13:04:47.751Z (2 months ago)
- Topics: crypto, cryptocurrencies, cryptocurrency, cryptoicon, cryptoicons, hacktoberfest, hacktoberfest2022, icons, vue, vue3, vuejs, vuejs2
- Language: Vue
- Homepage: https://www.npmjs.com/package/vue-crypto-icons
- Size: 899 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Feel Free to contribute
Usage example:
## Install
[](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
},
...
};```