nylas-custom-booking-flow
Overview
The nylas-custom-booking-flow
component is an input form for booking type (automatically or manually accept bookings) and confirmation redirect URL (default or custom).
This component is a container for the nylas-booking-confirmation-type
, nylas-booking-confirmation-redirect
components.
<nylas-custom-booking-flow>
<div slot="inputs">
<nylas-booking-confirmation-type></nylas-booking-confirmation-type>
<nylas-booking-confirmation-redirect></nylas-booking-confirmation-redirect>
</div>
</nylas-custom-booking-flow>
Version | 1.1.4 |
Install (React) | npm install @nylas/react |
Import (React) | import { NylasCustomBookingFlow } from '@nylas/react'; |
Import (CDN) | <script type="module">
import { defineCustomElement } from "https://cdn.jsdelivr.net/npm/@nylas/web-elements@latest/dist/cdn/nylas-custom-booking-flow/nylas-custom-booking-flow.es.js";
defineCustomElement();
</script> |
Slots
Slot | Description |
---|---|
"inputs" | The custom booking flow inputs. This includes the booking type, confirmation redirect type, and custom redirect URL components. |
Shadow Parts
Part | Description |
---|---|
"ncbflow" | |
"ncbflow__content" | |
"ncbflow__title" |
Built with StencilJS