Skip to content

oss6/kamil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An autocomplete library written in pure JS

Resources

License

Stars

Watchers

Forks

Packages

No packages published