Simple autocomplete pure vanilla Javascript library

autoComplete.js โœจ

autoComplete.js Design

Simple autocomplete pure vanilla Javascript library. ๐Ÿš€ Live Demo v7.2

autoComplete.js is a simple pure vanilla Javascript library thatโ€™s progressively designed for speed, high versatility and seamless integration with a wide range of projects & systems, made for users and developers in mind.

Features

  • Pure Vanilla Javascript
  • Zero Dependencies
  • Simple & Easy to use
  • Extremely Lightweight
  • Blazing Fast
  • Versatile
  • Hackable & highly customizable

autoComplete.js Code Example

Get Started

Clone:

  • Clone autoComplete.js to your local machine
git clone https://github.com/TarekRaafat/autoComplete.js.git

Installation:

  • jsDelivr CDN

CSS

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@7.2.0/dist/css/autoComplete.min.css">

JS

<script src="https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@7.2.0/dist/js/autoComplete.min.js"></script>
  • npm install (Node Package Manager)
npm i @tarekraafat/autocomplete.js
  • Yarn install (Javascript Package Manager)
yarn add @tarekraafat/autocomplete.js

Documentation:

Support

For general questions about autoComplete.js, tweet at @TarekRaafat.

For technical questions, you should post a question on Stack Overflow and tag it with autoComplete.js.

Author

Tarek Raafat

Distributed under the Apache 2.0 license. See Apache 2.0 for more information.

Download Details:

Author: TarekRaafat

Source Code: https://github.com/TarekRaafat/autoComplete.js

#javascript

Simple autocomplete pure vanilla Javascript library
2.85 GEEK