1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-30 00:44:20 +03:00
mdx-deck/docs/index.mdx
2018-07-29 17:09:25 -04:00

48 lines
666 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export { future as theme } from '../src/themes'
import Layout from './Layout'
# mdx-deck
MDX-based presention decks
---
# Presentation decks
---
# Built with [MDX][]
[MDX]: https://github.com/mdx-js/mdx
---
import Box from 'superbox'
<Box
fontSize={4}
p={4}
bg='magenta'>
Import React components
</Box>
---
- Make bulleted lists
- To help make your point
---
## Getting Started
1. `npm i -D mdx-deck`
2. Write some markdown and JSX
3. Present
---
```
<button>code example</button>
```
---
> “Blockquotes are essential to any good presentation”
Anonymous
---
export default Layout
# Get started
[GitHub](https://github.com/jxnblk/mdx-deck)