Skip to content

Files

Latest commit

 

History

History
16 lines (14 loc) · 334 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 334 Bytes

react-page-slider

Demo

image

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>