JSPM

tailwind-glassmorphism

1.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q42294F
  • License MIT

Glassmorphism utilities for TailwindCSS.

Package Exports

  • tailwind-glassmorphism

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 (tailwind-glassmorphism) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Tailwind CSS Glassmorphism Utilities

A simple Tailwind plugin written to create Glassmorphism UI/UX.

Installation

To install, run npm i tailwind-glassmorphism in your site's front-end directory. Then require the plugin within your Tailwind configuration file, for instance:

plugins: [
  require('tailwind-glassmorphism')
]

Demo and Examples

Comming soon

How to use

CSS classes are:

.glassmorphism-none
.glassmorphism-25
.glassmorphism-50
.glassmorphism-75