You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: react-quill/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Using react-quill (WYSIWYG) in Remix application
2
2
3
-
In this example we are implementing a WYSIWYG editor with Quill.
3
+
In this example we are implementing a WYSIWYG editor with Quill.
4
4
5
5
We have used react-quill as our library of choice to implement it.
6
6
@@ -14,7 +14,7 @@ Open this example on [CodeSandbox](https://codesandbox.com):
14
14
15
15
WYSIWYG editor with react-quill
16
16
17
-
Because `react-quill` uses `window` features under the hood, you should create a wrapper with [`remix-utils`](https://github.com/sergiodxa/remix-utils)' [`ClientOnly` component](https://github.com/sergiodxa/remix-utils#clientonly).
17
+
Because `react-quill` uses `window` features under the hood, you should create a wrapper with [`remix-utils`](https://github.com/sergiodxa/remix-utils)' [`ClientOnly` component](https://github.com/sergiodxa/remix-utils#clientonly).
0 commit comments