Press "Enter" to skip to content

Simple and Lightweight Trix Rich-text Editor Vue.js

Vue Trix Text Editor is a simple and lightweight component of the Vue.js rich Trix text editor for everyday writing.

trix editor demo example, trix editor plugins, rich text editor online free, rich text editor javascript open source, rich text editor free

Features

  • Simple and lightweight rich text editor for everyday writing.
  • Two ways binding with v-form easily.
  • Editor data automatically save what you’ve typed into the form inputΒ if something goes wrong (eg the browser might crash or you accidentally refresh the page without submitting a save).

Pure Javascript WYSIWYG Rich Text Editor | KothingEditor

How to make use of it:

Install and download:

# Yarn
$ yarn add vue-trix

# NPM
$ npm install vue-trix --save

In main.js, import the package as a global component.

import "vue-trix";
import VueTrix from "vue-trix";

export default {
  // ...
  components: {
    VueTrix
  }
};

Trix Rich Text Editor, Vue Trix Text Editor Plugin/Github


See Demo And Download

Official Website(hanhdt): Click Here

This superior jQuery/javascript plugin is developed by hanhdt. For extra Advanced Usages, please go to the official website.

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *