Input
Address Suggest Below
An address field with suggestions below it: the list narrows on every keystroke by substring match, and the matched fragment is bolded in each option.
What you can change
- the label and placeholder copy
- the addresses array — your own set, or a geocoder's live results instead of a static list
- the accent through the accent prop
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/input-030?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 local variables --vibeui-input-030-*. A client component: "use client". The list is filtered through useMemo by substring (case-insensitively), is shown from two typed characters on and is capped at five options. The matched fragment is highlighted by the highlight() function, which cuts the string into three parts and wraps the middle in a <b>. Keyboard: the up and down arrows move the active item, Enter applies it, Escape closes — as in input-023, but the list stays open for the whole of typing rather than only on ArrowDown.
Tags
- input
- address
- autocomplete
- combobox
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…