LoadingIcon
An icon representing loading is displayed in the center of the screen.
Examples
<LoadingIcon loading={this.props.loading} />
Properties
Properties
PropTypes
Default
Description
loading
boolean required
false
state loading
color
string option
'white'
loading icon color
Last updated
Was this helpful?