A React components named Lazyload, used in the mobile webpage.
<LazyLoad partial placeholder={(<img src="" />)}>
<img src=".." />
</LazyLoad>Type: React.node
Default value: <div>
Note: placehoder element.
Type: React.bool
Default value: false
Copyright (c) 2016 Cao Ren under the MIT License.