Pricing
Tickets as colour cards with a counter
Festival tickets: three cards, each in its own colour, a giant price, a struck-through old one, a list of what’s included, a pill button. A “Tickets” counter multiplies the prices on all cards, the number flips. The featured tier is slightly larger with a black button. A line about free zones at the bottom.
What you can change
- tickets: names, texts, prices, old prices, colours, ink, features, featured, note, links
- counter, counterLabel, maxCount, freeNote, currency; eyebrow, title, lede
- accent and background, tone
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-021?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
One file, zero dependencies, “use client” for the counter. The counter is a role=group with “−”/“+” buttons (disabled at the 1…maxCount bounds) and aria-live on the number. A card is an <li> with ticket.color in --color and ink in --ink; data-dark switches the tag and button to dark mode, data-featured adds scale(1.03) and a black button. The price is a span keyed by value with a slide-up @keyframes. Checkmarks are a currentColor circle with a card-coloured tick via ::after. Numbers via Intl.NumberFormat ru-RU. Three columns from 56rem. Palette --vibeui-pricing-021-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; pill colours live in the data (color and ink per item), so one section can carry all twelve festival colours. Inter Tight and Inter via <link precedence> from Google Fonts with system fallbacks. tone pins the scheme, accent, ink and background override colours.
Tags
- festival
- event
- colorful
- pills
- landing
- tickets
- pricing
- counter
- tiers
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…