2 مستودعات
UI components that fetch and render search completion data from background API requests.
Distinct from Asynchronous Data Fetching: Specifically targets the search-completion use case of asynchronous fetching, not general data binding
Explore 2 awesome GitHub repositories matching user interface & experience · Asynchronous Search Interfaces. Refine with filters or upvote what's useful.
typeahead.js is a JavaScript autocomplete library used to build searchable input fields that provide real-time suggestions from local or remote data sources. It functions as a client-side suggestion engine and an asynchronous search interface, providing a customizable UI toolkit for managing search suggestion menus. The library focuses on data aggregation and performance, allowing the combination of multiple local or remote datasets into a single interface grouped by category. It utilizes rate-limited asynchronous fetching to prevent API overloading and employs search data prefetching and loc
Fetches and renders completion data from background API requests with built-in rate limiting.
cmdk is an unstyled, headless React component library for building accessible search-based navigation and command interfaces. It provides the logic and state management required to create keyboard-navigable command palettes that filter lists of actions and items based on user input. The library distinguishes itself by remaining visually agnostic, offering a collection of logic-heavy components without predefined styles. It supports advanced organization through hierarchical menu navigation, nested paging systems, and conditional group filtering that hides categories when no child items match
Implements a search interface that fetches and renders data from background API requests in real-time.