mdx-deck-remote-control

1.0.0 • Public • Published

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

/mdx-deck-remote-control/

    Package Sidebar

    Install

    npm i mdx-deck-remote-control

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.81 kB

    Total Files

    4

    Last publish

    Collaborators

    • kev_nz