
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@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 1,553 weekly downloads. As such, @inspira-ui/plugins popularity was classified as popular.
We found that @inspira-ui/plugins demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.