1.0.1 • Published 7 years ago

spectacle-image-slide v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Spectacle ImageSlide

Create a slide with a big caption and an image as large as possible to fit the available screen size.

Usage

const Presentation = () =>
  <Deck transition={[]} transitionDuration={0} progress="bar">
    <Slide transition={[]}>
      <ImageSlide image={demoImage} title="ImageSlide demo!" />
    </Slide>
  </Deck>
1.0.1

7 years ago

1.0.0

7 years ago