Text Editor - Quill

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

Avialble props for <Editor /> component
  • withEditor - enables editor buttons
  • className - adds classNames to editor
import Editor from "../components/Editor"
export default function Page() {
  return (
    <Editor withEditor className="mb-3" />
  )
}

Your company © 2022

Version 1.2.0