Input OTP
Shake Error
A wrong code treated seriously: a short shake, a red border, a counter of remaining attempts and focus returning to the first box.
What you can change
- the expected code and the attempts count
- the label copy and the message wording
- the shake amplitude and the error colour
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-004?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-004-*. Client component: "use client". The shake is restarted by swapping the animation name: two identical sets of keyframes alternate by the failure counter, so a second failure in a row shakes the field too, while the boxes are not unmounted and focus is not lost. The prefers-reduced-motion rule turns the animation off entirely — the meaning is carried by colour and text. The message is announced through aria-live="assertive".
Tags
- otp
- error
- motion
- auth
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…