ContentMultiColumnGroup
Use ContentMultiColumnGroup for two or three related elements. Set columns to 2 or 3 when needed, keep every child understandable on its own, and use ContentStepSequence when order matters.
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
columns | No | 2 | Number of columns; use 2 or 3. |
Example
<ContentMultiColumnGroup columns={2}>
<Callout type="success">
<CalloutTitle>Prepare the evidence</CalloutTitle>
<CalloutDescription>Give each claim an owner and source.</CalloutDescription>
</Callout>
<Callout type="info">
<CalloutTitle>Plan the review</CalloutTitle>
<CalloutDescription>Set a freshness rule and correction path.</CalloutDescription>
</Callout>
</ContentMultiColumnGroup>