A neonaised user interface based on Tailwind CSS.
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+
Use the package manager Node.js to install.
npm i -D @kitakode/tailwind-neon
Add Tailwind-Neon to your tailwind.config.js
:
module.exports = {
plugins: [
require("@kitakode/tailwind-neon"),
],
};
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.