<KeyFinding>
Highlighted observation from the engagement, with severity colour-coding.
When to use: Call out an insight that materially affects the client's decisions. A 12-page report typically has 4–8 of these.
Preview
Order intake passes through five inboxes before reaching ERP
Every customer order today is touched by sales, customer service, operations, finance, and operations again. Each handover is a manual email or shared inbox forward.
| Prop | Type | Notes |
|---|---|---|
| severity | "low" | "medium" | "high" | Optional. Default: medium. Visual emphasis. High = red ring, medium = amber, low = neutral.Values: low, medium, highExample: high |
| title | string | Optional. Optional title shown above the body.Example: Order intake passes through five inboxes |
| children | ReactNode | Required. The finding's body prose. |
Examples
<KeyFinding severity="high" title="Order intake passes through five inboxes before reaching ERP">
Every customer order today is touched by sales, customer service,
operations, finance, and operations again. Each handover is a manual
email or shared inbox forward.
</KeyFinding>