1.0.1 • Published 2 years ago

silly-input-gmpo v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Silly Input

To install:

npm install silly-input-gmpo

To use in your project, add a class of .silly-input to any HTML input

<input placeholder="First Name" class="silly-input" />

Then in your javascript file import and call silly input like this

import sillyInput from "silly-input";

sillyInput();