1.0.1 • Published 3 years ago

silly-input-farida v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

Silly-input

installation

npm install silly-input

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

<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.