Skip to content

Instantly share code, notes, and snippets.

@kettanaito
Last active April 22, 2019 16:28
Show Gist options
  • Save kettanaito/05c632cf2846b4a047ceb2bb0455d0ba to your computer and use it in GitHub Desktop.
Save kettanaito/05c632cf2846b4a047ceb2bb0455d0ba to your computer and use it in GitHub Desktop.
mdx-deck slide module

import YourSlide from './YourSlide'

< YourSlide />

import React from 'react'
const YourSlide = () => (
<code>
function() {}
</code>
)
export default YourSlide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment