Result
The end of a flow: success, error, or information with next steps. Big enough to land, calm enough to trust.
Example
Payment complete
Receipt INV-2041 was emailed. Your plan upgrades immediately.
<Result
status="success"
title="Payment complete"
body="Receipt INV-2041 was emailed."
>
<Button href="/components">Back to components</Button>
</Result>Props
| Prop | Type | Default | Description |
|---|---|---|---|
status | success | error | info | - | Glyph + accent. |
title / body | string | - | Outcome + next step context. |
Accessibility
- Title is a real heading; the glyph is decorative.
- Actions are real buttons/links in the default slot.