react-section-slider
v0.0.3
Published
Full page slider for pages with content around it.
Downloads
4
Maintainers
Readme
Example usage:
<Slider scrollingSpeed={ 10 }
touchSensitivity={ 5 }
scrollingSpeed={ 500 }
className="fullpage-slider"
scrollPendingThreshold={ 200 }
style={ style }
total={ numSlides }
notifyCurrent={ (idx) => notifyCurrent(idx) }>
... content ...
</Slider>