@bloxlink/vue-heroicons
v3.0.2
Published
Tailwind Heroicons meant for use with Nuxt's auto-import
Downloads
4
Readme
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
.