Back to Lexical

Website Chat example

examples/website-chat/README.md

0.45.0513 B
Original Source

Website Chat example

Here we have an example of a chat with rich text (@lexical/rich-text), emoji picker, and history (@lexical/history). Each sent message is rendered in a separate lightweight read-only lexical instance.

This example is used on the page https://lexical.dev/

Run it locally: pnpm i && pnpm run dev