silly-input-heiltutanvidare

1.0.1 • Public • Published

Silly input

A package made as a school assignment, and not someting to be taken seriously

To install run:

npm install silly-input-heiltutanvidare

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

<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();

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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i silly-input-heiltutanvidare

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    2.05 kB

    Total Files

    5

    Last publish

    Collaborators

    • heiltutanvidare