Back to Copilotkit

Divider

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

1.64.2391 B
Original Source

Divider takes no props or children.

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

<Message>
  <Section>Summary</Section>
  <Divider />
  <Section>Next action</Section>
</Message>;

Managed Slack renders a divider block. Adaptive Cards have no standalone rule element, so managed Teams renders an empty separated text block to create the visual boundary.