2018-08-23 08:03:42 +02:00
2018-08-22 14:22:06 +02:00
2018-08-23 08:03:42 +02:00
2018-08-22 23:12:19 +02:00
2018-08-20 23:02:21 +02:00
2018-08-21 22:40:55 +02:00
2018-08-21 10:12:56 +02:00
2018-08-21 10:14:37 +02:00
2018-08-22 15:06:13 +02:00
2018-08-22 14:22:13 +02:00

tiptap

A rich-text editor for Vue.js

Downloads Version License

Installation

npm install tiptap

Setup

<template>
  <editor>
    <!-- Add HTML to the scoped slot called "content" -->
    <div slot="content" slot-scope="props">
      <p>Hello world</p>
    </div>
  </editor>
</template>

<script>
// Import the editor
import { Editor } from 'tiptap'

export default {
  components: {
    Editor,
  },
}
</script>

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Description
No description provided
Readme 30 MiB
Languages
TypeScript 98.2%
JavaScript 1.8%