<Callout>
sharedContentStatementNarrative
Generic emphasis box for asides, important context, or warnings.
When to use: Use when text needs visual separation from surrounding prose but isn't a finding or recommendation. Common: 'assumptions to validate', 'what we mean by X', 'next steps'.
Preview
| Prop | Type | Notes |
|---|---|---|
| tone | "info" | "success" | "warning" | "danger" | Optional. Default: info. Colour and icon.Values: info, success, warning, dangerExample: warning |
| title | string | Optional. Optional headline.Example: Two assumptions to validate in week 1 |
| children | ReactNode | Required. Callout body. |
Examples
<Callout tone="warning" title="Two assumptions to validate in week 1">
The projection above assumes the ERP middleware can be exposed within
the first three weeks, and that the AP team is willing to triage
exceptions in a Lunnoa queue rather than email.
</Callout>