<Controller>

Controller of Presentation. Manage slideIndex and pass it as context

Props

  • defaultSlideIndex (Number): Initial Slide index of Presentation.

ChildContext

Example

<Controller
  defaultSlideIndex={1}
>
  <Presentation theme={simple}>
    <Slide>
      <H1>Hello world</H1>
    </Slide>
    <Slide>
      <H1>Bye world</H1>
    </Slide>
  </Presentation>
</Controller>

results matching ""

    No results matching ""