JSPM

  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q42879F
  • License CC0-1.0

A set of standalone icon components for views with zero dependencies. Designed for excellent tree shaking. Cryptocurrency Icons

Package Exports

  • @iconify-prerendered/vue-cryptocurrency
  • @iconify-prerendered/vue-cryptocurrency/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@iconify-prerendered/vue-cryptocurrency) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Cryptocurrency Icons components for Vue

A set of standalone icon-components for Vue with zero dependencies. Designed for excellent tree shaking.

Usage

<script setup>
// Import components as usual
import {
    IconBtc,
    IconLtc,
    IconEth
} from '@iconify-prerendered/vue-cryptocurrency'
</script>

<template>
  <!-- And just use it in template -->
  <IconBtc/>
  <IconLtc/>
  <IconEth/>
</template>

That's all you need. No bundler plugins or IDE extensions. It just works.

See full docs or other available icons sets.