<DecisionCallout>
Single ask with question, recommendation, and optional vote options; the card scales in on slide enter (client).
When to use: Use for the closing IC slide before the appendix when a single decision needs to land.
Preview
| Prop | Type | Notes |
|---|---|---|
| question | string | Required. The decision being asked of the committee. |
| recommendation | string | Required. Recommended answer in one sentence. |
| decisionLabel | string | Optional. Default: Decision required. Pill text above the question. |
| options | string[] | Optional. Optional pill list of formal vote options (e.g. Approve, Defer). |
| tween | object | Optional. Optional GSAP vars for the card entrance. |
Examples
<DecisionCallout
question="Approve the additional £8m equity injection at par to fund Wave 2 build-out?"
recommendation="Approve, conditional on signed MSAs with the top three Wave 1 customers by 30 June."
options={["Approve", "Approve with conditions", "Defer"]}
/>