nylas-reminder-emails
Overview
The nylas-reminder-emails
component is a UI component that allows users to set buffer time before and after an event.
Version | 1.1.4 |
Install (React) | npm install @nylas/react |
Import (React) | import { NylasReminderEmails } from '@nylas/react'; |
Import (CDN) | <script type="module">
import { defineCustomElement } from "https://cdn.jsdelivr.net/npm/@nylas/web-elements@latest/dist/cdn/nylas-reminder-emails/nylas-reminder-emails.es.js";
defineCustomElement();
</script> |
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
name | The name of the component | string | 'reminder-overrides' | |
selectedConfiguration | The selected configuration. | Configuration | undefined | undefined |
Events
Event | Description | Type |
---|---|---|
valueChanged | This event is fired when the email reminders change. | CustomEvent<{ value: string; name: string; valueChanged?: ((event: CustomEvent<{ value: string; name: string; }>) => void) | undefined; }> |
Shadow Parts
Part | Description |
---|---|
"nre" | The nylas-reminder-emails container |
"nre__body" | The body of the event communication section |
"nre__header" | The header of the event communication section |
"nre__reminder-input_dropdown" | The dropdown container for selecting reminder time |
"nre__reminder-input_dropdown-content" | The dropdown for selecting reminder time unit (e.g. min, hrs, days) |
"nre__reminder-input_dropdown-input" | The dropdown for selecting reminder time value |
"nre__summary" | The reminder card summary container |
"nre__tab-heading" | The nylas-reminder-emails main tab heading |
Built with StencilJS