ryanmcdermott / lexical_vanilla

An actual vanilla JavaScript example of Lexical text editor

Home Page:https://ryanmcdermott.me/lexical_vanilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lexical_vanilla

A truly vanilla example of Meta's Lexical text editor library. No external dependencies, no build steps, no hassle. Tame the chaos!

Running

git clone git@github.com:ryanmcdermott/lexical_vanilla.git

cd lexical_vanilla

python -m http.server

# Open your browser to http://localhost:8000

Credits

Adapted from https://codesandbox.io/s/lexical-rich-text-vanilla-3m1z7p

About

An actual vanilla JavaScript example of Lexical text editor

https://ryanmcdermott.me/lexical_vanilla

License:MIT License


Languages

Language:JavaScript 62.9%Language:HTML 27.8%Language:CSS 9.3%