Constructor
# <LoadingContainer message />
Renders the LoadingContainer component.
This component takes up the entire width and height of its parent component.
This component is typically used when loading a page of data (e.g. a list of users).
PropTypes:
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
message |
string | Yes | The message to display |