Pricing
Currency Picker Pricing
Plans with a currency picker: all three amounts live in the markup and the extras are hidden with :has(). The prices are rounded per market, not converted at a rate.
What you can change
- the title, lede and note copy and the currencyLabel caption on the switch
- the plans array: name, description, the amounts object with three sums and up to five features
- the labels and hrefs of the plan action buttons
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/pricing-009?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 server component, one file, zero dependencies. The --vibeui-pricing-009-* palette is declared through light-dark(), so the block follows the surrounding color-scheme; the section has no background by default and one is turned on by the background prop. Three radio buttons set the currency, and the right sum is shown by a rule of the form [data-vibeui-block="pricing-009"]:has([data-cur="usd"]:checked) [data-amount="usd"]. The inputs are moved off screen but stay in the focus order, and the ring is drawn on the label. All three sums are written into the data by hand: a local price is always rounded to its market rather than obtained by multiplication. The layout: a column, three columns from 56rem through a container query.
Tags
- pricing
- currency
- no-js
- international
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…