1.0.2 • Published 2 years ago

silly-input-eivind-simonsen v1.0.2

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

Silly Input by Eivind Simonsen

To install run:

npm install silly-input-eivind-simonsen

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 SillyInputs from "silly-input-eivind-simonsen";

SillyInputs();
  • Note: You will need to use a bundler like webpack or parcel to import it like this.