-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Labels
Feature RequestRequest for or introduction of new functionalityRequest for or introduction of new functionality
Description
A big feature in other presentation software is the ability to define a master / template slide that has some styling on it or maybe a background image. This slide can become the basis for all other slides in the deck.
Maybe something like this:
const MasterSlide = () => <Slide bgImage="something" />;
// ...
<Deck masterSlide={masterSlide}>
<Slide>...</Slide>
</Deck>Or it could be a prop on the <Slide> itself. Something like
<Slide template={slideTemplateA}>
//...
</Slide>Metadata
Metadata
Assignees
Labels
Feature RequestRequest for or introduction of new functionalityRequest for or introduction of new functionality