1.0.1 • Published 3 years ago

funny-input v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

#silly input

To install run:

npm install silly-input

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

<input placeholder="first name" class="silly-input"/>

And then in a script file, import and call the sillyInput function like this:

import sillyInput from "silly-input"; sillyInput();

*Note: You will need to use a bundler like parcel or webpack to import the package like this.