@bloxlink/vue-heroicons

3.0.2 • Public • Published

Usage

// nuxt.config.js

export default {
  components: [
    '~/components',
    { path: 'node_modules/@bloxlink/vue-heroicons/components' },
  ],
}
<!-- CloseButton.vue -->

<template>
  <button class="btn">
    <HeroIconBell />
  </button>
</template>

The only prop to each icon is size, which changes the width and height in pixels. However, they should scale with the font-size.

Package Sidebar

Install

npm i @bloxlink/vue-heroicons

Weekly Downloads

4

Version

3.0.2

License

MIT

Unpacked Size

396 kB

Total Files

455

Last publish

Collaborators

  • vap0r1ze
  • xomien