1.0.1 • Published 2 years ago

silly-input-kt v1.0.1

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

Silly Input

To install run:

npm install silly-input-kt

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

HTML
<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();

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