Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@inspira-ui/plugins

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inspira-ui/plugins

A collection of custom Tailwind CSS plugins

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@inspira-ui/plugins

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.


GitHub stars License

Features

  • Dynamic Backgrounds: Add grid and dot pattern backgrounds with customizable colors.
  • Color Variables: Automatically generate CSS variables for all Tailwind colors.

Installation

Install the package via npm:

npm install @inspira-ui/plugins

Usage

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.

About

Supporting Package for Inspira UI

@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.

Available Plugins

1. addBackgrounds

Adds dynamic background utilities such as grid and dot patterns with customizable colors.

  • Classes Generated:
    • .bg-grid
    • .bg-grid-small
    • .bg-dot

2. addVariablesForColors

Generates CSS variables for all colors defined in your Tailwind configuration.

  • CSS Variables: Creates variables like --primary, --secondary, etc., based on your Tailwind color palette.

License

This project is licensed under the MIT License.

Contact

For any bugs or issues, please open a new issue on the GitHub Issues page.

Keywords

FAQs

Package last updated on 06 Sep 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc