Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 659 Bytes

About

Facebook Lexical framework allows you to build powerful text editors (Notion.so is a great example). While I find the framework a bit easier to work with than Slate.js, it still requires a lot of bolierplate to implement a basic plain text editor. This repo contains a few "recipes" that I may need in future projects.

Live demo: https://lexical-examples.vercel.app/

How to build the project

The project is a standard Next.js app

yarn dev

Open http://localhost:3000 with your browser to see the result.

License

MIT