The standard error message (a modal).
TODO: This document should be improved
Import it as
import { ErrorMessage } from 'topcoder-react-ui-kit';
Name | Type | Default | Description |
---|---|---|---|
title | String | Error name (a brief description). | |
details | String | Empty string | Optional. A more verbose description of the problem. |
onOk | Function | Callback to trigger when user clicks Ok button in the message. |