New to KendoReactStart a free 30-day trial

Message Templates
Premium

The Chat component allows you to customize the appearance and content of messages through various template options, providing full control over how messages are rendered.

You can implement the following message template customizations:

Custom Message Templates

The Chat allows you to customize the appearance of messages through the messageTemplate property.

To set a custom message template, create a React component and assign it to the messageTemplate property of the Chat component.

Change Theme
Theme
Loading ...

Adding Images to Messages

The following example demonstrates how to create custom message templates that can display images alongside text content. This approach gives you full control over image rendering, including sizing, positioning, and layout.

Change Theme
Theme
Loading ...

Displaying Markdown Content

The following example demonstrates how to render Markdown by utilizing the marked library.

Change Theme
Theme
Loading ...