nylas-selected-event-card
Overview
The nylas-selected-event-card
component is a UI component that displays the selected event card.
Version | 1.1.4 |
Install (React) | npm install @nylas/react |
Import (React) | import { NylasSelectedEventCard } from '@nylas/react'; |
Import (CDN) | <script type="module">
import { defineCustomElement } from "https://cdn.jsdelivr.net/npm/@nylas/web-elements@latest/dist/cdn/nylas-selected-event-card/nylas-selected-event-card.es.js";
defineCustomElement();
</script> |
Example
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
selectedDate | The selected date. | Date | undefined | undefined | |
selectedLanguage | The selected language. | string | undefined | undefined | |
selectedTimeslot | The selected time. | undefined | { start_time: Date; end_time: Date; emails?: string[] | undefined; } | undefined | |
selectedTimezone | The selected timezone. | string | Intl.DateTimeFormat().resolvedOptions().timeZone |
Shadow Parts
Part | Description |
---|---|
"nsec" | The selected event card component. |
"nsec__card" | The card component. |
"nsec__date" | The date selected. |
"nsec__icon" | The calendar icon. |
"nsec__time" | The timeslot selected. |
"nsec__timezone" | The timezone selected. |
Built with StencilJS