A component for loading spinner
<Spinner show={true}></Spinner>
color
属性<Spinner show={true} color="#3498db"></Spinner>
type
属性<Spinner show={true} type="gif" color="#3498db"></Spinner>
children
属性<Spinner show={true} type="gif" color="#3498db"><img width={80} src="http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif"/></Spinner>
show
属性<Spinner show={this.state.show} type="gif" color="#3498db"></Spinner>
display
属性<Spinner show={this.state.show} type="gif" color="#3498db"></Spinner>
All Rights Reserved By Vanthink-UED