Async-search autocomplete that hits any API endpoint and returns selectable results with custom rendering.
Lookup is the open-ended search-and-select control. The user types, the component hits an API endpoint you configure, and matching results appear as a list of selectable items below the input.
The component handles request debouncing, response caching, in-flight cancellation, and empty/loading/error states. Result rendering is fully customizable so you can show avatars, descriptions, badges, or any custom markup per result.
Skip the manual import — ask your AI agent to build with this component. The Builder skill knows its props, variants, and idioms.