New component: Keynote
See original GitHub issueI am thinking of adding HTML presentation component for JSF. I’m not sure if we should use the name “keynote” or the original name “revealjs”. reveal.js is an open source HTML presentation framework. It’s a tool that enables anyone with a web browser to create fully-featured and beautiful presentations. It can be accessed from https://revealjs.com.
<pe:keynote>
<pe:keynoteItem>Slide 1</pe:keynoteItem>
<pe:keynoteItem>Slide 2</pe:keynoteItem>
<pe:keynoteItem>Slide 3</pe:keynoteItem>
</pe:keynote>
Renders
<div class="reveal">
<div class="slides">
<section>Slide 1</section>
<section>Slide 2</section>
<section>Slide 3</section>
</div>
</div>
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (16 by maintainers)
Top Results From Across the Web
Add and edit slide layouts in Keynote on Mac - Apple Support
In Keynote on your Mac, create slide layouts and edit or delete existing ones. Add or remove placeholders for text, images, and other...
Read more >Luke Wagner, Distinguished Engineer, Fastly - YouTube
Keynote : The Path to Components - Luke Wagner, Distinguished ... new Wit and World syntax for defining WASI and other component interfaces....
Read more >Keynote Repeating Details - Autodesk Community
Detail components can be tagged with a keynote tag like most other elements. However, if a detail component is part of a repeating...
Read more >What we announced at Webflow Conf 2022
As we've previewed in past coverage of improvements to Symbols, today, we're evolving “Symbols” to “Components” to reflect the new power and ...
Read more >Watch Fabien's keynote about the RemoteEvent and ...
The keynote was recorded during SymfonyCon Disneyland last month and introduces two new components that will land in Symfony 6.3: Remote and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rider87 wait until it is merged and simply try
c:forEach
. Events have been taken care of (see PR).Yeah, Reveal has some events that can be included.
Also, I would have done:
instead of
so you can use the
rendered
attribute on the slides.