Pricing
Price calculator by size and zone with packages
Tattoo pricing: a calculator — a neon size slider in centimetres and body-zone pills with a multiplier, the total flips on every change, next to it “about N hours”. Below three packages with neon frames in their own colours, the featured one with a spinning conic frame.
What you can change
- ratePerCm, minPrice, minSize, maxSize, defaultSize, zones (labels and multipliers)
- packages: names, texts, prices, hints, features, featured, colours, links; note, 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-022?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 size and zone. The slider is an input type=range with a styled track: a fill up to --fill from the value, a thumb with a neon box-shadow. Zones are buttons with aria-pressed and a factor. The formula: max(minPrice, round(size² × ratePerCm × factor / 500) × 500), hours ≈ size²/60; the total is a span keyed by value with a slide-in @keyframes, aria-live. Packages are <li> with pack.color in --neon (frame, name, dots); featured gets a ::before with conic-gradient(from var(--a)) via @property and a ring mask. From 60rem (container query) the calculator is three columns, packages three. Palette --vibeui-pricing-022-*: a near-black background, light text, neon magenta #ff2bd6 as the accent, violet #8b5cff and cyan #22f3ff for captions, lime #c8ff3a for statuses; glows via text-shadow and box-shadow. The block is always dark inside (color-scheme:dark), the page background comes via background. Unbounded, Manrope and JetBrains Mono via <link precedence> from Google Fonts with system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.
Tags
- tattoo
- neon
- dark
- studio
- landing
- pricing
- calculator
- slider
- packages
- conic
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…