ErrorState
Error display with retry action.
Example
Something went wrong
We couldn't load the data. Please try again.
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
title | string | — | Required | Error title |
description | string | — | No | Error explanation |
retryLabel | string | — | No | Retry button text |
onRetry | () => void | — | No | Retry handler |
icon | ReactNode | — | No | Error icon |