egoist / input-prompt

ultra simple text auto-complete utility

Home Page:https://egoist.moe/input-prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ultra simple text auto-complete utility

https://egoist.moe/input-prompt

License:MIT License


Languages

Language:Vue 63.2%Language:JavaScript 36.8%