https://github.com/aigan/jl-search
Incremental search and select with inline autocomplete as a flexible web component
https://github.com/aigan/jl-search
animated autocomplete autosuggest dropdown incremental-search lightweight no-dependencies searchbar typeahead use-the-platform vanilla-javascript webcomponent
Last synced: about 2 months ago
JSON representation
Incremental search and select with inline autocomplete as a flexible web component
- Host: GitHub
- URL: https://github.com/aigan/jl-search
- Owner: aigan
- License: mit
- Created: 2024-03-19T18:00:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T18:23:17.000Z (11 months ago)
- Last Synced: 2025-02-01T18:11:19.241Z (4 months ago)
- Topics: animated, autocomplete, autosuggest, dropdown, incremental-search, lightweight, no-dependencies, searchbar, typeahead, use-the-platform, vanilla-javascript, webcomponent
- Language: JavaScript
- Homepage: https://blog.jonas.liljegren.org/modern-search-component/
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# element
Incremental search and select with autocomplete as a flexible web componentModern buildless element with no dependencies, for incremental search with
inline autocomplete. It support both imperative and declarative rendering.
Supports both light and shadowdom. Use a default style or make your own. Embed
or subclass. Create any type of search result list. I provide examples for
plain javascript, shadowdom and usage with Lit-element.## Demo
See ./demo/plain/jl-search.html
Or visit https://wiki.para.se/ and see the blog post at
https://blog.jonas.liljegren.org/modern-search-component/## Keywords
autocomplete, complete, component, dropdown, javascript, lightweight, list,
suggester, ui, vanilla, widget, autosuggest, typeahead, inline suggestion,
incremental, progressive, typeahead, instant, customelement, web-component,
custom-element, search-dropdown, incremental-search