Skip to content

Latest commit

 

History

History

react-quill

Using react-quill (WYSIWYG) in Remix application

In this example we are implementing a WYSIWYG editor with Quill.

We have used react-quill as our library of choice to implement it.

Preview

Open this example on CodeSandbox:

Open in CodeSandbox

Example

WYSIWYG editor with react-quill

Because react-quill uses window features under the hood, you should create a wrapper with remix-utils' ClientOnly component.

Related Links

Quill official documentation react-quill