build69
build69  /  Components  /  App  /  Booking

Booking

v1.0.15Updated 27 Aug 2026

Booking / appointment page — multi-step, service picker, calendar slots, provider select and confirmation. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 17 stories
Multi StepOpen ↗
Why this is recommendedbookingappointmentreservationscheduling+3

Booking handling multiple items at once — step.

Recommended for+14
  • Booking / appointment flows
  • Service scheduling
Tags+6
bookingappointmentreservationschedulingpagemultistep
Features+4
  • Multi-step, service picker, calendar slots, provider select and confirmation layouts
  • Clinic / salon / widget variants
  • Self-contained — no required props
Not recommended for−2
  • In-app calendars (use Calendar)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "Booking" })

Usage

import { BookingMultiStep } from '@/components/pages/booking';

<BookingMultiStep />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related