nylas-event-info

Overview

The nylas-event-info component is an input form for event information such as title, description, duration, location. This component is a container for the nylas-event-title, nylas-event-description, nylas-event-duration, and nylas-event-location components.

<nylas-event-info>
  <div slot="inputs">
    <nylas-event-title></nylas-event-title>
    <nylas-event-description></nylas-event-description>
    <nylas-event-duration></nylas-event-duration>
    <nylas-lcation-component></nylas-event-location>
  </div>
</nylas-event-info>
Version1.1.0-canary.14
Install (React)npm install @nylas/react
Import (React)import { NylasEventInfo } from '@nylas/react';

Slots

SlotDescription
"inputs"The event information inputs. This includes the event title, description, duration, and location components.

Built with StencilJS