Combobox
Thumbnail Options
An option picker with previews: every row carries a thumbnail, and when there is no image URL it falls back to a gradient with initials whose hue is derived deterministically from the name.
What you can change
- label — the field caption
- placeholder — the hint text in the search field
- options — the options: a name, a caption and an optional image URL
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/combobox-014?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, zero dependencies, its own palette in the local --vibeui-combobox-014-* variables. Client component: the query and the selected value live in useState. A list row is a 2.4rem + 1fr grid: the preview on the left, the name and the caption on the right, with both lines of text truncated by an ellipsis, so a long name does not break the layout. When an option has a src, an ordinary <img> is drawn with object-fit: cover and an empty alt (the picture is decorative, the name sits beside it as text); when there is no link, a gradient is shown whose hue is computed by hueOf — a deterministic FNV hash of the name, so an option is always the same colour. The hue is passed as a single inline --vibeui-combobox-014-hue variable: it is a dynamic value that cannot be expressed by a static class.
Tags
- combobox
- thumbnail
- templates
- visual
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…