Your powerful rich text editor. Supports all modern browsers on desktops, tablets and phones. Experience the same consistent behavior and produced HTML across platforms. Read more at https://quilljs.com/.
Theme has built in React wrapper which you can find in src/components/Editor
<Editor />
componentimport Editor from "../components/Editor"
export default function Page() {
return (
<Editor withEditor className="mb-3" />
)
}