kamil

0.2.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.1
    3
  • 0.2.0
    1

Package Sidebar

Install

npm i kamil

Weekly Downloads

4

Version

0.2.1

License

MIT

Unpacked Size

187 kB

Total Files

15

Last publish

Collaborators

  • ossedb