kamil
v0.2.1
Published
Dependency-free autocomplete library/widget
Downloads
16
Maintainers
Readme
Kamil
An autocomplete library written in pure JS. http://oss6.github.io/kamil/
Install
Download the zip file containing kamil.min.js and kamil.min.css from here.
or
using npm, run the following:
npm install --save kamil
Basic usage
The basic usage of the Kamil autocomplete is very simple to configure:
<input id="tags" type="text">
var tags = ['ActionScript', 'AppleScript', 'Asp', 'BASIC', 'C', 'C++', 'Clojure', 'COBOL']
var autoComplete = new Kamil('#tags', { source: tags });
For more examples check the above web site.
Documentation
The widget documentation is available here: http://oss6.github.io/kamil/
License
MIT © Ossama Edbali