Setup

@wix/table-reservations

To use the ReservationLocations API, install the @wix/table-reservations package.

Install the package

To install the package, follow the instructions below based on your development environment.

Wix sites and Blocks apps

When developing with:

Copy
npm install @wix/table-reservations

or

Copy
yarn add @wix/table-reservations

Wix apps and Headless

When developing CLI or self-hosted Wix apps, as well as headless apps or sites, run the following command:

Copy
npm install @wix/table-reservations

or

Copy
yarn add @wix/table-reservations

Import the package

To import the package in your code:

Copy
import { reservationLocations } from "@wix/table-reservations";
Did this help?