> Source: https://tomatophp.com/docs/tomato-admin/inputs/rich-text-editor

# 🔆 Rich Text Editor

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.gitbook/assets/image (4).png" 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
