An HTML presentation component that enables to create fully-featured and beautiful presentations.
Keynote component comes with a few different themes included black, white, league, beige, sky, night, serif, simple, solarized, blood, moon.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
<pe:keynote theme="simple" width="480" height="350" style="width: 50vw; height: 50vh;"> <pe:keynoteItem> <h2>Slide 1</h2> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> </pe:keynoteItem> <pe:keynoteItem> <pe:keynoteItem> <h2>Vertical Slide 1</h2> </pe:keynoteItem> <pe:keynoteItem> <h2>Vertical Slide 2</h2> </pe:keynoteItem> </pe:keynoteItem> <pe:keynoteItem> <h2>Slide 3</h2> </pe:keynoteItem> </pe:keynote>