Socket
Book a DemoInstallSign in
Socket

@bloxlink/vue-heroicons

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloxlink/vue-heroicons

Tailwind Heroicons meant for use with Nuxt's auto-import

latest
Source
npmnpm
Version
3.0.2
Version published
Maintainers
2
Created
Source

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.

Keywords

heroicons

FAQs

Package last updated on 30 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts