/quill

Quill Rich Text Editor

Primary LanguageVueMIT LicenseMIT

Quill

Your powerful, rich text editor http://quilljs.com

Installation

$ npm install vue-bulma-quill --save

Examples

<template>
  <div class="box">
    <h3 class="title">
      Your powerful, rich text editor.
      <a href="http://quilljs.com">http://quilljs.com</a>
    </h3>
    <quill :options="{ theme: 'snow' }" v-model="htmlContent">
    </quill>
  </div>
</template>

<script>
import Quill from 'vue-bulma-quill'

export default {
  components: {
    Quill
  },
  data: () {
    return {
      htmlContent: ''
    }
  }
}
</script>

<style lang="styl">
@import "~quill/assets/snow"
</style>

Badges


fundon.me  ·  GitHub @fundon  ·  Twitter @_fundon