Mono provides a quill js text editor with a little customization that suits its design standards. For more information, please see the official Quilljs Documentaion.

Editor


<div id="standalone">
  <div id="toolbar">
    <span class="ql-formats">
      <select class="ql-font"></select>
      <select class="ql-size"></select>
    </span>
    <span class="ql-formats">
      <button class="ql-bold"></button>
      <button class="ql-italic"></button>
      <button class="ql-underline"></button>
    </span>
    <span class="ql-formats">
      <select class="ql-color"></select>
    </span>
    <span class="ql-formats">
      <button class="ql-blockquote"></button>
    </span>
    <span class="ql-formats">
      <button class="ql-list" value="ordered"></button>
      <button class="ql-list" value="bullet"></button>
      <button class="ql-indent" value="-1"></button>
      <button class="ql-indent" value="+1"></button>
    </span>
    <span class="ql-formats">
      <button class="ql-direction" value="rtl"></button>
      <select class="ql-align"></select>
    </span>
  </div>
</div>
<div id="editor"></div>

                

Mono provides a codemirror Editor with a little customization that suits its design standards. For more information, please see the official CodeMirror Documentaion.

CodeMirror Editor


<div id="code-editor"></div>

                

Contacts

Add New