1.0.6 • Published 3 years ago
@kitakode/tailwind-neon v1.0.6
Tailwind-Neon 1.0
A neonaised user interface based on Tailwind CSS.
Prerequisites
Usage of @kitakode/tailwind-neon requires the following:
- A Tailwind CSS 3.x based interface's project
- NPM for package management
- Node 14+ | 16+ | 18+
Installation
Use the package manager Node.js to install.
npm i -D @kitakode/tailwind-neonUsage
Add Tailwind-Neon to your tailwind.config.js:
module.exports = {
plugins: [
require("@kitakode/tailwind-neon"),
],
};Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.