Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
tailwindcss-plugin-icons
Advanced tools
Tailwind CSS port of @unocss/preset-icons.
# Npm
npm install tailwindcss-plugin-icons
# Pnpm
pnpm add tailwindcss-plugin-icons
# Yarn
yarn add tailwindcss-plugin-icons
npm install @iconify-json/[the-collection-you-want]
. For example heroicons npm install @iconify-json/heroicons-outline @iconify-json/heroicons-solid
tailwind.config.js
(see the example app for a complete example with comments):const { Icons } = require('tailwindcss-plugin-icons')
module.exports = {
[...]
plugins: [
Icons(({ theme }) => ({
heroiconsOutline: {
icons: {
lockOpen: {},
lockClosed: {},
plusCircle: {
cursor: 'pointer',
color: theme('colors.emerald.600'),
'&:hover': {
color: theme('colors.emerald.700')
}
},
minusCircle: {
cursor: 'pointer',
color: theme('colors.red.600'),
'&:hover': {
color: theme('colors.red.700')
},
'.dark &': {
color: theme('colors.red.400')
}
},
'trash?bg': {}
},
scale: 1.5
location: 'https://example.com/icons.json'
}
}))
]
}
<div class="i-heroicons-outline-plus-circle"></div>
FAQs
Tailwind CSS icons with classes
The npm package tailwindcss-plugin-icons receives a total of 140 weekly downloads. As such, tailwindcss-plugin-icons popularity was classified as not popular.
We found that tailwindcss-plugin-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.