nylas-notification

Overview

The nylas-notification component is a UI component that displays notifications.

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

Example


Properties

PropertyAttributeDescriptionTypeDefault
allowedCategoriesstring[]['component', 'api', 'validation', 'invalid_session']
ttlttlThe time-to-live for notifications in milliseconds. Set to ‘none’ to disable auto-dismissal."none" | number5000

Built with StencilJS