FezVrasta / spectacle-image-slide

Show a slide with a big image and a title on top

Home Page:https://fezvrasta.github.io/spectacle-image-slide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Show a slide with a big image and a title on top

https://fezvrasta.github.io/spectacle-image-slide

License:MIT License


Languages

Language:JavaScript 100.0%