idontchop / react-scroll-presentation

A React component to display a presentation created with static React components or HTML/CSS but advanced by scrolling with various effects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Scroll Presentation

UNDER DEVELOPMENT

A React component to display a presentation created with static React components or HTML/CSS but advanced by scrolling with various effects.

Basic Usage

<Presentation>
    <HorizontalSlide>
        <HelloWorld title="First Book" />
    </HorizontalSlide>
    <ConfigurableSlide transition slideIn>
        <Content About />
    </ConfigurableSlide>
    <VerticalSlide>
        <Content Preview />
    </VerticalSlide>
</Presentation>

Preconfigured Slides

  • HorizontalSlide
  • VerticalSlide
  • Transition
  • Header

Configurable Slide

<ConfigurableSlide />

Controls all slide presentations by supplying props.

Configurable Slide props

Coming Soon.

Contributors

Seeking Contributors.

About

A React component to display a presentation created with static React components or HTML/CSS but advanced by scrolling with various effects.


Languages

Language:TypeScript 86.3%Language:JavaScript 13.7%