1.0.0 • Published 7 years ago

input-prompt v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

input-prompt NPM version NPM downloads Build Status

Input prompt with auto-completion, an ultra simple alternative to Typeahead.js

Install

$ npm install --save input-prompt

input-prompt does not do anything by default, but you can write rules to achieve something interesting, see usage below.

Usage

Demo and usage are at https://egoist.moe/input-prompt

When the prompt shows you can press or tab to apply it to the real input element.

List of plugins

You can wrap your rule into a plugin and publish it on npm, if you did you're welcome to add it here.

License

MIT © EGOIST