2018-07-29 01:36:00 +03:00
|
|
|
import Layout from './Layout'
|
2018-07-29 01:13:50 +03:00
|
|
|
export { default as theme } from './theme'
|
2018-07-28 21:21:36 +03:00
|
|
|
|
|
|
|
# Hello
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
# This is a presentation deck!
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
# Built with [MDX][]
|
|
|
|
|
2018-07-29 01:36:00 +03:00
|
|
|
You know it!
|
|
|
|
|
2018-07-28 21:21:36 +03:00
|
|
|
[MDX]: https://github.com/mdx-js/mdx
|
|
|
|
|
|
|
|
---
|
2018-07-29 01:13:50 +03:00
|
|
|
import Box from 'superbox'
|
2018-07-28 21:21:36 +03:00
|
|
|
|
|
|
|
<Box p={3} bg='magenta'>
|
|
|
|
And you can import React components!
|
|
|
|
</Box>
|
|
|
|
|
2018-07-29 01:36:00 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
export default Layout
|
|
|
|
|
|
|
|
# Slide Layouts
|
|
|
|
|
|
|
|
Each slide can have its own layout with a default export
|