tailwind-glass
v0.1.1
Published
TailwindCss Component Libary in a glassy look
Downloads
8
Readme
Glass UI - A tailwind Component Libary
This is a component library for tailwindcss. It is a work in progress and is not ready for production use. If you find any bugs or have any suggestions please open an issue.
You can already find this Package on NPM:
Installation
To use this Component Libary, you have to install tailwindcss first. You can find the installation instructions here.
$ npm install tailwind-glass
in your tailwind.config.js file add the following:
plugins: [
require('tailwind-glass')
]