Phone Input
Country Mask
A phone field whose mask changes with the country: typed and pasted numbers are brought to the same shape.
What you can change
- the field name through label and the country set with templates through countries
- the focus color through accent
- the templates themselves: # is a digit slot, everything else is inserted as is
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-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
A client component: the country and the raw digits live in useState, and the displayed value is assembled by the applyMask function from the country template. One file, zero dependencies, the palette in the local --vibeui-phoneinput-002-* variables. The mask is not hard-wired into the field but described in the country record, so switching the code switches the template as well. Formatting works from digits: everything that is not a digit is dropped on input, which means "+7 (999) 123-45-67" from the clipboard turns into the same number as one typed by hand. The length is capped by the number of slots in the template, and extra digits simply do not get in. The digits are set in tabular figures: proportional ones make the number jerk on every character.
Tags
- phone
- mask
- format
- client
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…