Quill - v1.3.6

-
Pro Component

The Quill is a powerful rich text editor built for compatibility and extensibility.
Keep reading our Quill examples and learn how to use this plugin.


Initialization

JS

In order to use this plugin on your page you will need to include the following script in the “Optional JS” area from the page’s footer:

<script>

import HtmlEditor from '@/components/Inputs/HtmlEditor'

export default {
  components: {
    HtmlEditor
  }
}

</script>

Example

<form>
  <html-editor></html-editor>
</form>