Constructor
# <LoadingHUD message />
Renders the LoadingHUD component.
This component takes up the entire screen and blocks clicks.
The spinner itself, however, is a small HUD.
This component is typically used when submitting a form or submitting some sort of data (e.g. signing in).
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
message |
string | Yes | The message to display |