4058338bf75c67017fdc647722273f5c74b812ff
tiptap
A rich-text editor for Vue.js
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
Languages
TypeScript
98.2%
JavaScript
1.8%