1.0.1 • Published 2 years ago

crazy-colour-inputs v1.0.1

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

Crazy Colour Inputs

To install run:

npm install crazy-colour-inputs

To use in your project add a class of .silly-inputto any HTML input you have.

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

Then in your JavaScript file import and call Crazy Colour Inputs like this:

import crazyColourInputs from "crazy-colour-inputs";

crazyColourInputs();

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