Autocomplete
Search With Preview
Two panes: the list on the left, the card of the highlighted result on the right. The preview follows the cursor, so nobody picks blind.
What you can change
- the entries array: title, section, summary and the meta line
- the placeholder, the initial defaultQuery, the empty caption and the hintText at the bottom
- the onSelect handler
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/autocomplete-015?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The component is self-contained: one file, no dependencies, its own palette in the local --vibeui-autocomplete-015-* variables. The cursor is driven by the arrows, and the preview is bound to it rather than to hover: on a keyboard the mouse does not move. The right-hand panel is marked aria-live="polite" — otherwise a cursor change stays mute for a screen reader. The field is declared role="combobox" with aria-activedescendant, and focus stays in the field. The section heading is printed once per group and computed in advance as an array: a variable must not be mutated during render. The layout is computed from the panel's own width through a container query: below 26rem the preview moves under the list instead of squeezing both columns. The theme comes from color-scheme through light-dark(), and the component switches on a class-based dark theme for itself.
Tags
- autocomplete
- search
- preview
- command
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…