<Presentation>
Presentation component. It receive Slide as props.children
.
Props
theme
(Theme): theme of the presentation.
Context
slideIndex
(Number): Index of slides.
ChildContext
themeName
(String): Name of the Theme.
Example
<Presentation theme={simple}>
<Slide>{/* Some contents... */}</Slide>
<Slide>{/* Some contents... */}</Slide>
</Presentation>