nylas-feedback-form

Overview

The nylas-feedback-form component is a UI component that displays the booked event card.

Version1.1.3
Install (React)npm install @nylas/react
Import (React)import { NylasFeedbackForm } from '@nylas/react';

Events

EventDescriptionType
feedbackModalClosedFeedback modal close event.CustomEvent<void>
feedbackSubmittedFeedback submitted event.CustomEvent<{ feedback: string; }>
triggerValidationThis is an internal event that is used to trigger validation on the form.CustomEvent<void>

Shadow Parts

PartDescription
"nfbf"The booked event card host.
"nfbf__button-outline"The cancel & reschedule button CTA.
"nfbf__cancel-cta"The cancel button CTA.
"nfbf__card"The booked event card.
"nfbf__close-button"
"nfbf__description"The description of the booked event card.
"nfbf__reschedule-cta"The reschedule button CTA.
"nfbf__title"The title of the booked event card.
"nfbfc__card"

Built with StencilJS