Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hijal/vue-crypto-icons-package
- Owner: hijal
- License: mit
- Created: 2022-07-21T16:05:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T08:17:39.000Z (about 2 years ago)
- Last Synced: 2024-09-30T12:01:57.271Z (about 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
[![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
},
...
};```