1.0.0 • Published 5 years ago

mdx-deck-remote-control v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

mdx-deck-remote-control

Component that allows you to remote control an MDX Deck presentation

npm install mdx-deck-remote-control

Then in your theme.js file

const Provider = props => (
  <RemoteControl
    next={props.next}
    previous={props.previous}
    goto={props.goto}
    url="websocket-server"
    path="listen-here"
  />
)

export default {
  Provider,
  ...theme
}

For more information this post