# element-plus-tiptap
**Repository Path**: TinyWisp/element-plus-tiptap
## Basic Information
- **Project Name**: element-plus-tiptap
- **Description**: 一个基于tiptap和element-plus富文本编辑器。a rich text editor based on tiptap and element-plus
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2025-05-28
- **Last Updated**: 2025-06-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# element-plus-tiptap
[](https://github.com/TinyWisp/element-plus-tiptap/blob/master/LICENSE)
[](https://www.npmjs.com/package/element-plus-tiptap)
`element-plus-tiptap` is a rich text editor based on Vue 3, Tiptap, and Element Plus. It's simple and easy to use.
- [Docs](https://tinywisp.github.io/element-plus-tiptap/#en)
- [Getting Started](#getting-started)
---
`element-plus-tiptap` 是一个富文本编辑器,它基于vue3, titap和element-plus。使用起来很简单。
- [文档](https://tinywisp.github.io/element-plus-tiptap/#cn)
- [快速开始](#快速开始)
---
## Getting Started
install
```bash
npm install element-plus-tiptap
```
import
```javascript
import { ElementPlusTiptap } from "element-plus-tiptap";
import "element-plus-tiptap/dist/theme.css";
```
usage
```javascript
```
---
## 快速开始
安装
```bash
npm install element-plus-tiptap
```
引入
```javascript
import { ElementPlusTiptap } from "element-plus-tiptap";
import "element-plus-tiptap/dist/theme.css";
```
示例
```javascript
```