Result
A feedback page for displaying operation outcomes.
When to Use
- For success/error pages after form submission
- For 404, 403, or 500 error pages
- To communicate the result of a process
Import
Examples
Success
Error
Info & Warning
HTTP Error Pages
API
ResultProps
status—"success" | "error" | "info" | "warning" | "404" | "403" | "500"— Result typetitle—ReactNode— Title textsubTitle—ReactNode— Subtitle texticon—ReactNode— Custom icon (overrides status icon)extra—ReactNode— Action area (buttons, links)