Skip to content

chunkiat82/react-page-slider

Repository files navigation

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>