Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 784 Bytes

File metadata and controls

37 lines (25 loc) · 784 Bytes
title Header
description Bold header / title row for a bot message.

Overview

Header renders a bold title row — typically the first child of a Message.

Import

import { Header } from "@copilotkit/bot-ui";

Props

The header text. Plain text only — markdown is not interpreted in headers.

Usage

<Message>
  <Header>Deploy v1.4.2</Header>
</Message>

On Slack

Renders as a header block, truncated at 150 characters (SLACK_LIMITS.headerText).

Related