👀Vue Wysiwyg
A simple wysiwyg editor for Vue.js by MYCURE Inc.
A simple wysiwyg editor for Vue.js by MYCURE Inc.
Install
NPM
Yarn
CDN
Usage
As a global plugin
As a local component
Props
height
- Number
- Sets the min-height
of the editor container.
height
- Number
- Sets the min-height
of the editor container.hide
- Object
- Pass the object property hide
to hide certain features in the editor.
Sample
In example below, strikethrough
and table
will be hidden.
hide
Properties
property | type | default |
---|---|---|
bold | Boolean | false |
italic | Boolean | false |
underline | Boolean | false |
strikethrough | Boolean | false |
heading | Boolean | false |
alignLeft | Boolean | false |
alignCenter | Boolean | false |
alignRight | Boolean | false |
ol | Boolean | false |
ul | Boolean | false |
url | Boolean | false |
table | Boolean | false |
indent | Boolean | false |
outdent | Boolean | false |
Incoming Features
For feature request please create a new issue.
Last updated