@gits-id/editor
v1.0.0-beta.4
Published
GITS Rich Text Editor Component
Downloads
35
Maintainers
Readme
GITS Editor
Rich Text Editor Based on Vue 3 CKEditor.
Installation
via npm
npm i @gits-id/editor
via yarn
yarn add @gits-id/editor
via pnpm
pnpm i @gits-id/editor
Usage
<script setup lang="ts">
import {ref} from 'vue';
import VEditor from '@gits-id/editor';
import '@gits-id/editor/dist/style.css';
const content = ref('');
</script>
<template>
<VEditor v-model="content" />
</template>
Documentation
View Editor
documentation here.
License
MIT