hfy-ui
v1.0.0
Published
A JavaScript library for neon-themed UI elements.
Downloads
1
Readme
NeonUI.js
NeonUI.js is a simple JavaScript library that creates neon-themed UI elements with glowing effects and animations.
Installation
You can install it via npm:
npm install neonui
usage:
import NeonUI from 'neonui';
NeonUI.neonButton("#myButton", { color: "cyan" });