1.2.0 • Published 7 years ago

react-mobile-lazyload v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

react-mobile-lazyload

A React components named Lazyload, used in the mobile webpage.

Usage

<LazyLoad partial placeholder={(<img src="" />)}>
    <img src=".." />
</LazyLoad>

Preview

点击查看demo

Options

placeholder

Type: React.node

Default value: <div>

Note: placehoder element.

partial

Type: React.bool

Default value: false

License

Copyright (c) 2016 Cao Ren under the MIT License.

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago