JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q43487F
  • License MIT

Pre-rendered into vue components HeroIcons Outline

Package Exports

  • @iconify-prerendered/vue-heroicons-outline
  • @iconify-prerendered/vue-heroicons-outline/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-heroicons-outline) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@iconify-prerendered

A set of independent, generated view components for iconify icons.

Stand With Ukraine

Installation

Install the appropriate icon set

npm i @iconify-prerendered/vue-<icon-set-name>

# Bootstrap Icons
npm i @iconify-prerendered/vue-bi

# Material Design Icons
npm i @iconify-prerendered/vue-mdi

See all available icon sets

Usage

Just import icon-component from set like usual.

<script setup>
import { IconAccount } from '@iconify-prerendered/vue-mdi' 
</script>

<template>
<a>
  <IconAccount/>
  Go to account
</a>
</template>

That's all you need.