1.0.1 • Published 2 years ago

silly-stuff v1.0.1

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

Silly Stuff

This is a test package for school lectures

To install run:

''' npm install silly-stuff ''' to use in project, add the class .silly-input to any HTML inputs.

'''html

then in js file, import and call Silly input like this.

import sillyInput from "silly-stuff";

sillyInput();

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