react-list-scroll-bound
prevent body scrolling on list bottom or top end. Brings a better control for user and increase use experience.
install
> npm install react-list-scroll-bound --save
how to use
set html tag
default tagName is <ul>
get events
set more propTypes
all given properties will set on the given ListScrollBound element, with
{...this.props}
so you can set all what you want and need
Development
if you want to add or optimize this component, feel free <3
clone this repository and run install
npm install
and after changes compile es6 to es5
npm run compile