Header

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

Prop

Type

Usage

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

On Slack

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

Related