Dialog
Feedback Dialog
A feedback dialog: the rating is words rather than stars — a bare "three" means nothing to the person answering or to the one reading the answers.
What you can change
- scale — the rating labels from worst to best; three or five of them
- the title, description, fieldLabel and placeholder copy
- the submitLabel and skipLabel wording
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/dialog-013?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-dialog-013-*. The rating is a row of native radios inside labels, and the selected one is highlighted through :has(input:checked); the radios themselves are visually hidden but stay in the flow and remain reachable from the keyboard. The comment field is optional and stands after the rating: one tap first, words second. The palette has been moved to light-dark(): the window follows the surrounding color-scheme, and the background prop changes the surface of the window and the buttons.
Tags
- dialog
- feedback
- survey
- rating
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…