Skip to content

Files

Latest commit

c862c57 · Sep 6, 2018

History

History
18 lines (13 loc) · 486 Bytes

ErrorMessage.md

File metadata and controls

18 lines (13 loc) · 486 Bytes

ErrorMessage

The standard error message (a modal).

TODO: This document should be improved

Import it as

import { ErrorMessage } from 'topcoder-react-ui-kit';

Props

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.