1.0.7 • Published 1 year ago

honeycrisp v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Honeycrisp   npm.io npm.io

Honeycrisp is a unique number input created to aid standard two-factor auth login flows by providing an enhanced input for One-Time Passwords.

2022-12-19 06 42 39

Give it a try -> Codepen

Install with NPM:

$ npm install honeycrisp --save

Install with Yarn:

$ yarn add honeycrisp
<div class="honeycrisp"></div>
Honeycrisp.create('.honeycrisp');

You can use any classname you would like to locate the element for Honeycrisp to place the input.

Honeycrisp.create('.honeycrisp', {
  inputName: "name",
  inputClass: "input-class",
  WrapperClass: "wrapper-class",
  inputCount: 6,
});

How can I help?

Honeycrisp is open source and contributions from the community are encouraged! No contribution is too small.

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago