Back to Next Js

Quilljs editor Example

examples/with-quill-js/README.md

16.2.51.2 KB
Original Source

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

How to use

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

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

Deploy it to the cloud with Vercel (Documentation).