Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
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

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
83
112.82%
Maintainers
2
Weekly downloads
 
Created
Source

Usage

// nuxt.config.js

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

<template>
  <button class="btn">
    <HeroIconX />
  </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 28 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