Contact

Table booking with free slots

Table booking: free slots for today as chips and notes on the left, a form on the right — date, time, guests with a ± stepper, name, phone, wishes, consent. A chip click fills the time and today's date. A real form: with action it POSTs, without it shows “the table is yours” in place.

What you can change

  • eyebrow, title, lede, slots, slotsLabel, notes, minGuests, maxGuests, submitLabel, doneTitle, doneText, consentLabel
  • action — where to submit; without it done is shown
  • accent and background, tone

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/contact-016?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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”. Chips are <button aria-pressed>; a click writes time and, if empty, date=today. Fields: date (min=today), time (step 900), a hidden guests from the stepper bounded by minGuests/maxGuests, name, phone (tel), note (textarea), consent (required). With empty action submit is intercepted and a done card with role=status renders; with action a normal POST. From 56rem (container query) two columns 1fr/1.1fr. Palette --vibeui-contact-016-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; Playfair Display and Manrope via <link precedence> from Google Fonts with system fallbacks. tone pins the scheme, accent, ink and background override colours.

Tags

  • restaurant
  • cafe
  • bar
  • food
  • menu
  • dining
  • booking
  • reservation
  • form
  • table
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…