TypeaheadSuggestion is an anchor element that contains a TypeaheadSuggestionTitle component (a label with search query text highlighting), an optional description, and an optional thumbnail. It is used within TypeaheadSearch to display stylized results, as exemplified here:
TypeaheadSuggestion can be reused outside of TypeaheadSearch, so it should be renamed to something more generic and demonstrated as its own component. Historically, this component has been called "Card" (see the now-archived Card extension). A similar widget in Material Design is called List Tile.
Existing resources
Acceptance criteria
- Determine generic names
- Both components are included in Codex and renamed to something more generic, to demonstrate their wider use potential
- The replacement for TypeaheadSuggestion is documented on the demo site, including the special demos implemented in WVUI specific to bug reports
See comment thread for details on the use cases covered by the components we built in Codex to replace TypeaheadSuggestion and TypeaheadSuggestionTitle.


