Quill Js

OverviewOfficial Website

Quill is a modern rich text editor built for compatibility and extensibility.

CSS
<!-- quill css -->
import "quill/dist/quill.snow.css";
Import Package
<!-- quill js -->
import { useQuill } from "react-quilljs";
Add Package
yarn add quill --save
Remove Package
yarn remove quill ( you can remove package by removing specific package from package.json )
Quilljs Editor
Title Javascript
Snow Editor
<div className="snow-editor" style={{ height: 300 }}>
   <div ref={quillRef} />
</div>
© Velzon.
Design & Develop by Themesbrand
Warning :- We are deprecating the saga version by the end of December this year.