DEV Community

Cover image for Editium: A Lightweight WYSIWYG Editor for React and Vanilla JS
jQueryScript
jQueryScript

Posted on

Editium: A Lightweight WYSIWYG Editor for React and Vanilla JS

Editium: a rich text editor for React and Vanilla JavaScript that ships with zero external dependencies on the Vanilla side.

Key features:

  • Full table editing, resizable images, and nested lists
  • HTML, JSON, and plain text export formats
  • Custom toolbar — show only the buttons you need
  • Read-only mode for content display
  • Built on Slate.js for the React version

One npm install, two runtime targets, and a consistent API across both. Worth a look if you need a production-ready WYSIWYG editor.

👉 Blog Post

👉 GitHub Repo

👉 Live Demo

Top comments (0)