Input OTP
Mask After Type
A confirmation code like phone system fields: the digit you just typed is visible for a fraction of a second, then turns into a dot on its own.
What you can change
- how long a digit stays visible through revealMs — faster for experienced users, longer for accessibility
- the number of boxes through length
- the label and hint copy
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/otp-011?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-otp-011-*. Client component: "use client". Each box is an input with transparent text and caret-color, with a separate data-part="face" layer on top showing the digit or a dot. Typing starts a per-box setTimeout of revealMs — the mask is scheduled independently for each box, so fast typing does not blank neighbouring digits at once. A full paste is split across the boxes and starts a timer for every filled one. Backspace on an empty box moves back and clears the previous box mask right away. The real value always lives in the input value — autofill, forms and screen readers work with an ordinary field, not with the decorative layer.
Tags
- input
- otp
- code
- auth
- mask
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…