Currency Input
Currency Select
An amount with the currency picked inside the same field: the sign on the left follows the choice, so the line always reads as one value.
What you can change
- label — the field caption
- currencies — the currency list, their signs and word forms
- defaultValue and defaultCurrency — the starting amount and currency
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/currency-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
The component is self-contained: one file, zero dependencies, palette in the local --vibeui-currency-002-* variables. Client component: the amount and the currency code are in state. The currency list is placed not above the field but inside the shared frame: an amount in a currency is one value, while a separate control reads as a second question. The list is native, so it gives first-letter search on the desktop and the system wheel on a phone without a single line of code. The currency sign stands to the left of the number and changes together with the selection.
Tags
- currency
- money
- select
- form
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…