Contact
Three-step booking with a neon stepper
Tattoo studio booking: three steps with a neon progress stepper — artist and zone as pills, date and time (free slots in lime), idea and contacts with a reference. Steps slide in, the choice gathers in a sticky summary on the right. With action it POSTs, without it shows “we have your request”.
What you can change
- artists (keys, names, styles, colours), zones, slots (dates and hours)
- action, submitLabel, doneTitle, doneText, consent; 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/contact-017?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 steps and choices. The stepper is an <ol> with ::before bars; data-active and data-done paint them with the glowing accent. Choices are buttons with aria-pressed; the artist tints its pill via --neon, slots use data-free in lime. Values duplicate into hidden fields artist, zone, date, time; step three has name, phone, idea, reference (file). “Next” is disabled until the step is filled. The summary is an aria-live aside; from 60rem (container query) a 1fr right column, position:sticky. Palette --vibeui-contact-017-*: 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
- booking
- form
- stepper
- slots
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…