> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/tomato-admin/inputs/rich-text-editor.md).

# Rich Text Editor

<figure><img src="/files/3bJVxcmSOnYMIKCliiJr" alt=""><figcaption></figcaption></figure>

you can use a full Rich Text Editor on your project by using this component like

```html
<x-tomato-admin-rich 
    id="description" 
    name="description" 
    label="Description" 
    required
/>
```

this component is uses [vue3-editor](https://www.npmjs.com/package/vue3-editor) package to build this editor
