
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
nuxt-tailwind-heroicons
Advanced tools
Heroicons version used : v2.0.14
Use easily the awesome library Heroicons in your Nuxt project. (Nuxt 2 & Nuxt 3 compatible).
Install by running the following command with your favorite package manager
npm install --save nuxt-tailwind-heroicons
or
yarn install --save nuxt-tailwind-heroicons
Add the package in nuxt.config.[js, ts]
For Nuxt 3
export default defineNuxtConfig({
modules: [
'nuxt-tailwind-heroicons'
]
})
For Nuxt 2
export default {
buildModules: [
'nuxt-tailwind-heroicons'
]
}
Prefix of icons is <hero-
. You can use it at :
<hero-type-name/>
type
can be : "solid", "outline" or "mini"name
is equal to the icon name separate with "-"You can see all icons' name here.
You can use Tailwind CSS class directly on component
<hero-outline-x-mark class="w-4 h-4 text-slate-600"/>
<template>
<section>
<!-- Outline -->
<hero-outline-academic-cap />
<!-- Solid -->
<hero-solid-academic-cap />
<!-- Mini -->
<hero-mini-academic-cap />
</section>
</template>
Open a pull request or issue if you have any recommendation.
This project is licensed under the terms of the MIT open source license. Please refer to LICENSE for the full terms.
FAQs
Nuxt.js package for Tailwind Heroicons
The npm package nuxt-tailwind-heroicons receives a total of 4 weekly downloads. As such, nuxt-tailwind-heroicons popularity was classified as not popular.
We found that nuxt-tailwind-heroicons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.