Section

Render a portable body-text section in Slack or Microsoft Teams.


Section renders the main body text of a rich message.

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

<Message>
  <Section>Checkout latency is **above the SLO**.</Section>
</Message>;
PropTypeDescription
childrenBotChildrenText and nested portable content.

Managed Slack converts GitHub-flavored Markdown to Slack mrkdwn. Managed Teams renders a wrapping Adaptive Card TextBlock. Provider Markdown dialects are not identical, so verify complex tables, mentions, and links in both clients.