Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Speaker layout #26

Open
pixelass opened this issue Feb 27, 2018 · 0 comments
Open

Speaker layout #26

pixelass opened this issue Feb 27, 2018 · 0 comments

Comments

@pixelass
Copy link
Member

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant