Quill Editor
Hello World!
This is an simple editable area.
- Select a text to reveal the toolbar.
- Edit rich document on-the-fly, so elastic!
End of simple area
<div class="h-50!" id="snow-editor">
<h3><span class="ql-size-large">Hello World!</span></h3>
<p><br></p>
<h3>This is an simple editable area.</h3>
<p><br></p>
<ol>
<li>Select a text to reveal the toolbar.</li>
<li>Edit rich document on-the-fly, so elastic!</li>
</ol>
<p><br></p>
<p>End of simple area</p>
</div>
Quill Bubble Editor
Hello World!
This is an simple editable area.
- Select a text to reveal the toolbar.
- Edit rich document on-the-fly, so elastic!
End of simple area
<div id="bubble-editor" class="border border-border-color h-65! rounded-md">
<h3><span class="ql-size-large">Hello World!</span></h3>
<p><br></p>
<h3>This is an simple editable area.</h3>
<p><br></p>
<ol>
<li>Select a text to reveal the toolbar.</li>
<li>Edit rich document on-the-fly, so elastic!</li>
</ol>
<p><br></p>
<p> End of simple area </p>
</div>