MessageContainer
Extends:
react~Component → MessageContainer
MessageContainer is a component which uses Grid and Segment components from Semantic-UI-React to display message box. Can be displayed in full screen or inside another container.
Access
Stage.Basic.MessageContainer
Usage
Full screen message - eg. Error Page

<MessageContainer/>
In widget message - eg. Sites Map notification

<MessageContainer wide={true} margin='30px auto'/>
Static Member Summary
| Static Public Members | ||
| public static |
propTypes: * propTypes |
|
Static Public Members
public static propTypes: * source
propTypes
Properties:
| Name | Type | Attribute | Description |
| children | object[] | primary content |
|
| textAlign | string |
|
sets the horizontal alignment of the text |
| loading | boolean |
|
if set to true show its content is being loaded |
| size | string |
|
sets the Segment's size |
| wide | boolean |
|
if set to true the container will be wider |
| margin | string |
|
sets the Segment's margin |
Manual
Reference
Source
