✴️ 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.
Edge |
Firefox |
Chrome |
Safari |
iOS Safari |
Brave |
Samsung |
Opera |
Opera Mini |
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