nylas-selected-event-card

Overview

The nylas-selected-event-card component is a UI component that displays the selected event card.

Version1.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

PropertyAttributeDescriptionTypeDefault
selectedDateThe selected date.Date | undefinedundefined
selectedLanguageThe selected language.string | undefinedundefined
selectedTimeslotThe selected time.undefined | { start_time: Date; end_time: Date; emails?: string[] | undefined; }undefined
selectedTimezoneThe selected timezone.stringIntl.DateTimeFormat().resolvedOptions().timeZone

Shadow Parts

PartDescription
"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