
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@inspira-ui/plugins
Advanced tools
A collection of custom Tailwind CSS plugins to enhance your project's UI with dynamic backgrounds and color variables. This package serves as a supporting package for Inspira UI but can also be used independently with any Tailwind CSS project.
Install the package via npm:
npm install @inspira-ui/plugins
To use the plugins in your Tailwind CSS configuration, simply import the setupInspiraUI
function and add it to your plugins array:
// tailwind.config.js
const { setupInspiraUI } = require("@inspira-ui/plugins");
module.exports = {
// Your Tailwind configuration...
plugins: [setupInspiraUI],
};
or if using tailwind.config.ts
// tailwind.config.ts
import { setupInspiraUI } from "@inspira-ui/plugins";
export default {
// Your Tailwind configuration...
plugins: [setupInspiraUI],
};
This setup will automatically include all the custom plugins provided by this package.
@inspira-ui/plugins
is designed to work seamlessly with Inspira UI, a modern UI component library for Vue.js. While it enhances the capabilities of Inspira UI, this package is also fully compatible with any Tailwind CSS project, offering flexibility for developers who want to use the plugins independently.
addBackgrounds
Adds dynamic background utilities such as grid and dot patterns with customizable colors.
.bg-grid
.bg-grid-small
.bg-dot
addVariablesForColors
Generates CSS variables for all colors defined in your Tailwind configuration.
--primary
, --secondary
, etc., based on your Tailwind color palette.This project is licensed under the MIT License.
For any bugs or issues, please open a new issue on the GitHub Issues page.
FAQs
A collection of custom Tailwind CSS plugins
The npm package @inspira-ui/plugins receives a total of 2,392 weekly downloads. As such, @inspira-ui/plugins popularity was classified as popular.
We found that @inspira-ui/plugins demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.