Quill is a free, open-source WYSIWYG editor built for the modern web. With its extensible architecture and a expressive API you can completely customize it to fulfill your needs. ReactQuill 2 is here, baby! And it brings a full port to TypeScript and React 16+, a refactored build system, and a general tightening of the internal logic. We worked hard to avoid introducing any behavioral changes. For the vast majority of the cases, no migration is necessary at all. However, support for long-deprecated props, the ReactQuill Mixin, and the Toolbar component have been removed. In controlled mode, components are supposed to prevent local stateful changes, and instead only have them happen through onChange and value. The Quill editor supports themes. It includes a full-fledged theme, called snow, that is Quill's standard appearance, and a bubble theme that is similar to the inline editor on Medium. The core theme must be included for modules like toolbars or tooltips to work.
Features
- Fast and lightweight
- Standardized HTML between browsers
- Semantic markup
- Cross browser support
- Supports Chrome, Firefox, Safari, and IE 9+
- Quill.js is a free, open source WYSIWYG editor