-
Notifications
You must be signed in to change notification settings - Fork 0
kinka/visible-holder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published