Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ Modern, secure OAuth connection library for Nylas APIs.
npm install @nylas/connect
```

### [`@nylas/react`](./packages/react/)

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
- OAuth connection hooks and utilities
- Modular exports for tree-shaking

[**📖 Documentation →**](./packages/react/README.md)

```bash
npm install @nylas/react
```

---

## 🛠 Development
Expand Down
6 changes: 5 additions & 1 deletion packages/nylas-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/nylas/nylas.git"
"url": "git+https://github.com/nylas/javascript.git"
},
"bugs": {
"url": "https://github.com/nylas/javascript/issues"
},
"homepage": "https://github.com/nylas/javascript#readme",
"author": "Nylas Inc.",
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 5 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/nylas/nylas.git"
"url": "git+https://github.com/nylas/javascript.git"
},
"bugs": {
"url": "https://github.com/nylas/javascript/issues"
},
"homepage": "https://github.com/nylas/javascript#readme",
"keywords": [
"nylas",
"react",
Expand Down