Back to Copilotkit

Section

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

1.64.2565 B
Original Source

Section renders the main body text of a rich message.

tsx
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.