
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
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 8 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.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.