Label
Optional Note
A label with an "optional" note as a muted part of the same phrase, with no separate badge or background — only color and weight change.
What you can change
- the field name through label and the note text through optionalText
- the placeholder text through placeholder
- the focus and accent color through accent
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/label-012?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, a palette in local variables --vibeui-label-012-*. It is a server component: useId is the only hook, there is no state. The "optional" note is not a separate element with a background and a border but muted text inside the same <label> as the field name: the label is read and spoken as one phrase rather than as a label plus a stuck-on tag. The muting is done only by the var(--vibeui-label-012-muted) colour and a regular weight against the bold field name. The palette is built on light-dark(): the block follows the surrounding color-scheme, there is no surface by default, and it appears only through the background prop.
Tags
- label
- form
- optional
- a11y
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…