Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 343 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 343 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>