Skip to content
On this page

Introduction

WARNING

🚀 VueQuill is in @beta version! Currently the focus is on making VueQuill stable and feature complete first. It is not recommended to use this for anything serious yet. Some of its features are not "finalized" and will have breaking changes over time as we discover better solutions.

What is VueQuill

VueQuill is a Component for building rich text editors, powered by Vue 3 and Quill.

What is Quill

Quill is a modern rich text editor built for compatibility and extensibility. It was created by Jason Chen and Byron Milligan and actively maintained by Slab.

You can learn more about the rationale behind the project in the Why Quill guides.

Browser Support

Cross-platform support is important to many Javascript libraries, but the criteria for what this means often differ. For Quill, the bar is not just that it runs or works, it has to run or work the same way. Not only is functionality a cross-platform consideration, but the user and developer experience are as well. If some content produces a particular markup in Chrome on OSX, it will produce the same markup on IE. If hitting enter preserves bold format state in Firefox on Windows, it will be preserved on mobile Safari.

Quill supports all modern browsers on desktops, tablets, and phones. Experience the same consistent behavior and produced HTML across platforms. See the chart for more details.

Community

If you have questions or need help, reach out to the community at GitHub Discussions.

Released under the MIT License.