> 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="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FJCqrZee4qxA51gJ2rLiF%2Fimage.png?alt=media&amp;token=364808d4-497a-4cf9-bc66-5e0d7bf7b91d" 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
