Pre-wired ErrorState fallback for React error boundaries.
ErrorBoundaryFallback is a thin ErrorState wrapper sized to the props that React error boundary libraries (e.g., react-error-boundary) hand the fallback component. It surfaces the caught error.message and reloads via resetErrorBoundary.
Compose with your boundary's render-fallback prop.
Network timeout
<ErrorBoundaryFallback description="Network timeout" />import { ErrorBoundaryFallback } from "@froggdesign/enter-ui-react";Inherits ErrorState semantics — role="alert" on the root.
Inherits all ErrorState props plus:
error: the boundary error. The default description falls back to error.message.resetErrorBoundary: wired into onRetry so the default Reload button resets the boundary.Every exported component accepts className. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.