Skip to content

Feature Request: Master Slide / Slide Templates #529

@adamgruber

Description

@adamgruber

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

No one assigned

    Labels

    Feature RequestRequest for or introduction of new functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions