react-page-slider
v1.3.0
Published
To insert an overlay in a page for a customized experience
Downloads
20
Readme
react-page-slider
Demo
Quick Start
- npm install
- npm start
Examples
- Look at TestSlider.jsx for usage
- Basically it's just a true/false flag
<PageSlider show={state}>
{'This is the body text'}
</PageSlider>