The Customer Manage Bookings component allows the user to view their existing bookings.
<customer-manage-bookings></customer-manage-bookings>
Configuration options
The following configuration options are currently available for the Customer Manage Bookings:
template
This is which version of the widget is used. Default value is set to 1.
loading-panel
This is a boolean value that will detemine whether or not a loading panel will show over the component while its initialising and doing initial API calls. The default value is false.
min-height
Min-height is the minimum height of the component in px. Important to set a value here if you want the loading panels to look good. Default value is 0.
Example code
<customer-manage-bookings loading-panel="true" template="1"></customer-manage-bookings>