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

PropTypeDefaultDescription
titlestring"Error"Bold heading.
message*stringβ€”Descriptive error text.
classNamestringβ€”Additional classes.