https://github.com/yext/chat-headless
The headless library for the Chat frontend.
https://github.com/yext/chat-headless
Last synced: 9 months ago
JSON representation
The headless library for the Chat frontend.
- Host: GitHub
- URL: https://github.com/yext/chat-headless
- Owner: yext
- License: other
- Created: 2023-04-17T20:21:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T15:50:57.000Z (over 1 year ago)
- Last Synced: 2024-11-16T03:29:39.668Z (over 1 year ago)
- Language: TypeScript
- Size: 638 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# chat-headless monorepo
This monorepo contains the headless library and framework-specific binding libraries for the Chat frontend.
## What's inside?
This monorepo includes the following packages/apps:
### Apps and Packages
- `@yext/chat-headless`: Chat's headless library build on top of Chat Core, with state management handling. Visit [README.md](./packages/chat-headless/README.md) for more details.
- `@yext/chat-headless-react`: React bindings for Chat Headless. Visit [README.md](./packages/chat-headless-react/README.md) for more details.
- `apps/test-site`: A React app that uses `@yext/chat-headless-react` for development purposes.
Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).