Typeahead-standalone.js

A fast fully-featured standalone autocomplete library
NPM Version Build Status Coding Style typeahead-standalone jsdelivr CDN Downloads maintained License Blazing Speed Donate

✴️ What is it ?

Typeahead-standalone.js is a simple, flexible, WAI-ARIA compliant autocomplete javascript library progressively designed for speed, high versatility, and seamless integration with a wide range of projects & systems


🌟 Features 🌟

  • 🚀 Blazing fast suggestions and autocompletion.
  • 📦 Has 0 DEPENDENCIES and is written in pure JS (Typescript)
  • 🏋️‍♀️ A very slim and lightweight library at ~4.5kb minzipped.
  • 🎀 Designed to be Framework agnostic! That means you are free to use it with any framework (React, Vue, Svelte, Angular, etc... you name it!)
  • 💡 Highly customizable with various configuration options.
  • ⚜️ In-built support for multiple data sources - Local, Prefetch and Remote.
  • 🧱 Remote requests rate-limited by default.
  • Language diacritics supported search.
  • ⚡️ Suggestions calculated via a very efficient algorithm based on trie data structure.
  • ♿️ Fully WAI-ARIA compliant design pattern


🌐 Browser Support

Typeahead-standalone supports all major browsers.

IE / Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Brave
Brave
Samsung
Samsung
Opera
Opera
Opera Mini
Opera Mini
Electron
Electron
Last 2 versions Last 2 versions Last 2 versions Last 2 versions Last 2 versions Last 2 versions Last 2 versions Last 2 versions Last 2 versions Last 2 versions


📄 License

Typeahead-standalone.js is fully opensource and released under the MIT license.


Next
Install