***

title: "RichTextInput"
generated: true
---------------

<GenerationInfo sourceFile="packages/dashboard/src/lib/components/data-input/rich-text-input.tsx" sourceLine="13" packageName="@vendure/dashboard" />

A component for displaying a rich text editor. Internally uses ProseMirror (rich text editor) under the hood.

```ts title="Signature"
function RichTextInput(props: Readonly<DashboardFormComponentProps & { placeholder?: string }>): void
```

Parameters

### props

\<MemberInfo kind="parameter" type={`Readonly<<a href='/current/core/reference/dashboard/extensions-api/form-components#dashboardformcomponentprops'>DashboardFormComponentProps</a> &#38; { placeholder?: string }>`} />
