From f6a3d36106248c11b8eb5a2565f58fd1eb852630 Mon Sep 17 00:00:00 2001 From: Nick Barraclough Date: Tue, 1 Sep 2026 09:58:25 -0500 Subject: [PATCH] docs: correct the @nylas/react description in the root README The root README advertised "Pre-built UI components for email, calendar, and contacts". The package ships none of those: - Email UI: none. The three email-named exports (NylasConfirmationEmail, NylasDisableEmails, NylasReminderEmails) are booking-notification settings, not inbox, message or composer UI. - Contacts UI: none at all. - Calendar: NylasCalendarPicker and NylasConnectedCalendars exist, but serve calendar connection and selection for scheduling rather than a general calendar UI. Of the 59 Nylas* components exported from elements/components.ts, essentially all are Scheduler and booking building blocks. The package's own README already describes itself accurately as "React components for Nylas Scheduler"; only the root README disagreed. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ad657..101e75e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ React components and hooks for Nylas API integration. - **TypeScript-first** with full type safety - Works with React 18 and 19 -- Pre-built UI components for email, calendar, and contacts +- Pre-built Scheduler and booking UI components - OAuth connection hooks and utilities - Modular exports for tree-shaking