1.0.3 • Published 2 years ago

cecilies-silly-input v1.0.3

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

Cecilies Silly Input

To install run:

npm install cecilies-silly-input

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

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

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

import ceciliesSillyInput from "cecilies-silly-input";

ceciliesSillyInput();

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

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago