@lucamonfredo/johnnymnemonic
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

<JohnnyMnemonic />

Ultra easy and lightweight autocomplete input for React.

Installation

npm i @lucamonfredo/johnnymnemonic

Usage

<JohnnyMnemonic
  onChange={...} // onChange callback, required
  suggestionFunction={...} // a Promise that returns a string[], required
  suggestionFuncTimeout={...} // number of msec to debounce suggestionFunc, optional
  ... // all other input props, optional
/>

Readme

Keywords

Package Sidebar

Install

npm i @lucamonfredo/johnnymnemonic

Weekly Downloads

1

Version

0.3.3

License

MIT

Unpacked Size

21.4 kB

Total Files

6

Last publish

Collaborators

  • lucamonfredo