CopilotKitDocs
  • Docs
  • Reference
  • Cookbook
Get Intelligence free
CopilotKitDocs
DocsReferenceCookbook
DocsReferenceCookbook

@copilotkit/bot

ActionsButtonContextDividerFieldsHeaderImageInputMarkdownMessageSectionSelectTable

@copilotkit/bot-slack

ReferencebotComponents

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

  • Message — the containing message
  • Section — markdown body text
570dd39