Component
ErrorBox
Inline error display with a title and descriptive message.
Default
live editor β edit to update preview
<ErrorBox message="Something went wrong. Please try again." />
Custom title
live editor β edit to update preview
<ErrorBox title="Failed to load articles" message="Could not reach the server. Check your connection and retry." />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | "Error" | Bold heading. |
| message* | string | β | Descriptive error text. |
| className | string | β | Additional classes. |