dekk-app / dekk

👁 A presentation tool written in react.js

Home Page:https://dekk-app.github.io/dekk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speaker layout

pixelass opened this issue · comments

Issue description

I would be nice to have the ability to define speaker-deck layouts.

This could look similar to createStyledMaster

const SpeakerDeck = createStyledSpeakerDeck(
  <Layout>
    <Slot name="Current" withComponent={Current})/>
    <Slot name="Next" withComponent={Next})/>
    <Slot name="Notes" withComponent={Notes})/>
  </Layout>
)`
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr
  grid-template-areas:
    "Current Next"
    "Notes Notes";
`

Versions

  • dekk: 1.0.0-11