nylas-selected-event-card

Overview

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

Version1.1.0-canary.14
Install (React)npm install @nylas/react
Import (React)import { NylasSelectedEventCard } from '@nylas/react';

Example


Properties

PropertyAttributeDescriptionTypeDefault
selectedDateThe selected date.Date | undefinedundefined
selectedTimeslotThe selected time.undefined | { start_time: Date; end_time: Date; }undefined
selectedTimezoneselected-timezone* The 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