Multi-location Business
A business with multiple schedules (locations). The customer picks a location first, then sees only the staff and services available there.
Demo Barbershop has 2 locations in NYC. Each location has different barbers assigned to it.
React code
import { BookingWidget } from "@openings-link/react-ui";
<BookingWidget
business="demo"
theme={{ accent: "#8B5CF6", radius: 10 }}
on={{
onBookingComplete: (result) => {
console.log("Booked!", result);
},
}}
/>