Phone Input
Format Check
A phone field with format validation as you type: the border and status line change colour while the line above the field always names the expected mask for the selected country.
What you can change
- the countries array — the code, flag, name and mask for each country
- label — the field caption
- the accent through the accent prop
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/phoneinput-008?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, the palette in the local --vibeui-phoneinput-008-* variables. Client component: the country and the digits are in state. The mask hint and the format check are two different messages: the line above the field is static and names the expected shape of the number for the country, while the line under the field is live and, through aria-live, compares the number of typed digits with the expected one. The number is typed as raw digits with no auto-formatting, so that the check is not confused with mask substitution.
Tags
- phone
- input
- validation
- mask
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…