
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@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
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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.