Error Recovery Card
A failure surface that preserves user confidence through clear recovery, diagnostics, and retry actions.
RecoveryThis step could not finishYour work is safe. Retry the last step or inspect the failure details.
Needs attention
Installation
npm install @amro-ui/reactUsage
A failure surface that preserves user confidence through clear recovery, diagnostics, and retry actions.
Package
import { ErrorRecoveryCard } from "@amro-ui/react";
<ErrorRecoveryCard />shadcn copy
import { ErrorRecoveryCard } from "@/components/ui/error-recovery-card";
<ErrorRecoveryCard />