---
id: channel-preview-title
title: ChannelPreviewTitle
---

import Channel from '../common-content/ui-components/channel-preview-messenger/props/channel.mdx';

Component to render the title for a channel, within the [`ChannelList`](../core-components/channel_list.mdx) component.
This is the default component provided to the prop [`PreviewTitle`](../core-components/channel_list.mdx#previewtitle) on the `ChannelList` component.

## Props

### <div class="label required">required</div> **displayName**

Formatted name for the previewed channel.

| Type |
| - |
| string |

### channel

<Channel/>
