An extensible Vue 3 web text-editor based on Lexical.
npm install lexical-vueAn extensible Vue 3 web text-editor based on Lexical.
For documentation and more information about Lexical, be sure to visit the Lexical website.
Here are some examples of what you can do with Lexical:
- Rich Text Example
- Plain Text Example
> Requires Vue >= 3.5.0.
Install lexical-vue:
``bash`
npm install lexical-vue # or pnpm or yarn
Below is an example of a basic plain text editor using lexical and lexical-vue.
`vue
Enter some text...
``
For a more complex example, check the rich text editor playground.
- Creating custom decorator nodes
https://lexical-vue.vercel.app
MIT