@gits-id/editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.4 • Public • Published

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

Package Sidebar

Install

npm i @gits-id/editor

Weekly Downloads

4

Version

1.0.0-beta.4

License

MIT

Unpacked Size

42.2 kB

Total Files

24

Last publish

Collaborators

  • gravitano