3.0.2 • Published 3 years ago

@bloxlink/vue-heroicons v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago