Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 486 Bytes

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.