1.0.0 • Published 3 years ago
background-change-color-input v1.0.0
Silly Input
To install run:
npm install silly-input
To use in your project, add a class of .silly-input
to any HTML input.
<input placeholder="First name" class="silly-input"/>
Then in your JavaScript file import and call Silly Input like this:
import sillyInput from "silly-input";
sillyInput();
1.0.0
3 years ago