Select
Compact Filter Row Select
A filter panel built from several independent selects packed into one dense row: each field is small and self-contained, and the row wraps into a column on a narrow screen.
What you can change
- the panel heading through legend
- the set, captions and options of the fields through fields
- the initial values through defaultValues
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/select-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
Client component: useState holds an object with the values of every field, initialised from defaultValues or from the first option of each field. The markup is a <fieldset> with a <legend> and a row of data-part=cell cells, each holding a caption and an ordinary visible select with an arrow. The fields are rendered by looping over the fields array and are entirely independent: changing one does not touch the state of the others. On a narrow container @container moves the cells into a single column through flex-basis:100%. The palette lives in --vibeui-select-030-*.
Tags
- select
- filters
- toolbar
- form
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…