JSPM

tailwindcss-shadcn-utilities

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q34920F
  • License MIT

A Tailwind CSS plugin to generate custom color utilities for background and foreground.

Package Exports

  • tailwindcss-shadcn-utilities
  • tailwindcss-shadcn-utilities/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tailwindcss-shadcn-utilities) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tailwindcss-shadcn-utilities

A plugin for Tailwind CSS v3.2+ that provides utilities for shadcn themes.

Installation

Install the plugin from npm:

npm install tailwindcss-shadcn-utilities

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('tailwindcss-shadcn-utilities'),
    // ...
  ],
}

Usage