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