JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q47599F
  • License Apache-2.0

Pre-rendered into vue components Noto Emoji

Package Exports

  • @iconify-prerendered/vue-noto
  • @iconify-prerendered/vue-noto/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-noto) 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.