📄 A Lightweight Rich Text Editor With Markdown.
pnpm i @use-kit/editor-vue
<script setup lang="ts">
import TextEditor from '@use-kit/editor-vue'
</script>
<template>
<TextEditor />
</template>
pnpm i @use-kit/editor-react
import TextEditor from '@use-kit/editor-react'
const EditorView = () => {
return (
<>
<TextEditor />
</>
)
}
export default EditorView
Floating Menu
Font Family
Heading
Image
Link
Mention
Table
TextAlign
Video
MIT License © 2022 Akashi Sai