1.0.2 • Published 3 years ago

sophies-silly-input v1.0.2

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

Creating an NPM package

To install run:

npm install sophies-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 Sophies Silly Input like this:

import sillyInput from "sophies-silly-input";


sillyInput();

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

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago