nylas-event-limits

Overview

The nylas-event-limits component is an input form for event limits, such as the number of available days in the future and the minimum period of notice that a guest must provide to cancel a booking. This component is a container for the nylas-limit-future-bookings and nylas-min-cancellation-notice components.

<nylas-event-limits>
  <div slot="inputs">
    <nylas-limit-future-bookings></nylas-limit-future-bookings>
    <nylas-min-cancellation-notice></nylas-min-cancellation-notice>
  </div>
</nylas-event-limits>
Version1.1.0-canary.14
Install (React)npm install @nylas/react
Import (React)import { NylasEventLimits } from '@nylas/react';

Slots

SlotDescription
"inputs"The event information inputs. This includes the limit future bookings and minimum cancellation notice components.

Built with StencilJS