Files
lexical/examples/vanilla-js-iframe
Bob Ippolito 3ad2d98077 [examples] Chore: Update examples for v0.35.0 (#7799)
Co-authored-by: etrepum <26596+etrepum@users.noreply.github.com>
2025-09-07 19:52:58 +00:00
..

Vanilla JS example in an iframe

Here we have simplest Lexical setup in rich text configuration (@lexical/rich-text) with history (@lexical/history) and accessibility (@lexical/dragon) features enabled using an iframe for the contentEditable surface.

Run it locally: npm i && npm run dev

Open in StackBlitz