rsnext/examples/with-quill-js/README.md
Surav Shrestha 869d93c777
docs: fix several typos (#56788)
`Enviroment -> Environment`

---------

Co-authored-by: Steven <steven@ceriously.com>
2023-10-13 15:40:14 -04:00

1.4 KiB

Quilljs editor Example

Quill is powerful rich text editor. This example uses react-quill to integrate Quill with Next.js.

Quill does not support SSR, so it's only loaded and rendered in the browser.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-quill-js with-quill-js-app
yarn create next-app --example with-quill-js with-quill-js-app
pnpm create next-app --example with-quill-js with-quill-js-app

Deploy it to the cloud with Vercel (Documentation).