Licence
ISC
Version
1.0.3
Deps
0
Size
2 kB
Vulns
0
Weekly
0
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.