rsnext/examples/with-quill-js/README.md
Tom 3e178bb801
add pnpm link to docs (#37221)
## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)


Co-authored-by: Steven <steven@ceriously.com>
2022-05-27 15:46:38 -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 suppport 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
# or
yarn create next-app --example with-quill-js with-quill-js-app
# or
pnpm create next-app -- --example with-quill-js with-quill-js-app

Deploy it to the cloud with Vercel (Documentation).