JSPM

@otezz/heroicons-vue

0.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q22956F
  • License MIT

Package Exports

  • @otezz/heroicons-vue

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

Readme

heroicons-vue

Vue component for Heroicons aimed for flexibility.

GitHub license npm GitHub Workflow Status Codecov

Install

npm i @otezz/heroicons-vue

Usage

<template>
  <Heroicons class="w-5 h-5" icon="home" />
</template>

<script>
import Heroicons from '@otezz/heroicons-vue';

export default {
  components: {
    Heroicons,
  },
};
</script>

Props

Name Description Required Default value
name Icon name yes -
type Icon type no medium