1.0.3 • Published 2 years ago

silly-input-smselnes v1.0.3

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

silly input

To install run:

npm install silly-input-smselnes

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

<input placeholder="First name" class="silly-input-smselnes" />

Then in your JavaScript file import and call Silly Input like this:

import sillyInput from "silly-input";

sillyInput();

To import the function from an NPM package, we will need to use a bundler like Parcel og Webpack.

To unpublish a package we use the command: npm unpublish -f NOTE: Once a package has been completely unpublished, you will need to wait 24 hours to republish it with the same name.