Back to Copilotkit

Header

showcase/shell-docs/src/content/reference/channels/components/Header.mdx

1.64.2502 B
Original Source

Header renders prominent text near the top of a message.

tsx
import { Header, Message } from "@copilotkit/channels/ui";

<Message>
  <Header>INC-421 · Investigating</Header>
</Message>;
PropTypeDescription
childrenBotChildrenText and nested portable content.

Managed Slack renders a plain-text header block. Managed Teams renders a large, bold, wrapping TextBlock. Keep the header short; each provider clamps text to its native payload budget.