Skip to content

kinka/visible-holder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

## visible-holder

It is a React Component, can be placed anywhere of your components.

Whenever it is shown or hidden, onSeen and onGone will be called respectively.

### Usage

```
import VisibleHolder from 'visible-holder';

...
<VisibleHolder
    onGone={this.onGone}
    onSeen={this.onSeen}
    scrollThrottle={16}
    container={this.refs.container}
/>
...

```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published