The InputRichText component is a rich text input field.
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes. |
| name | string | Identifier for the input in form submission. |
| label | string | Label text for the input field. |
| register | function | Function to register the input with the useForm hook. |
| required | boolean | Specifies if the field is required. |