In this example we are implementing a WYSIWYG editor with Quill.
We have used react-quill as our library of choice to implement it.
Open this example on CodeSandbox:
WYSIWYG editor with react-quill
Because react-quill
uses window
features under the hood, you should create a wrapper with remix-utils
' ClientOnly
component.