Field
Field Shell
A field shell: the border wraps the label and the control together, while hint and error share one line below — the form never jumps when an error appears.
What you can change
- the label and hint copy, the error message and the badge text
- defaultValue and placeholder of the built-in input
- the children content — a textarea, a select or your own control instead of the input
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/field-002?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-field-002-*. A server component: there is no state, the highlight rides on :focus-within. Through children you drop any control inside the border — an input, a textarea or a select; by default an input is rendered with an id built from the name prop. The hint and the error occupy the same slot, and the error turns on data-invalid on the root, aria-invalid on the field and role="alert" on the note.
Tags
- field
- form
- wrapper
- error
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…