Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /