1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-29 05:46:00 +03:00
♠️ React MDX-based presentation decks
Go to file
2018-07-28 18:13:50 -04:00
docs Split components and add support for inline modules 2018-07-28 18:13:50 -04:00
lib Split components and add support for inline modules 2018-07-28 18:13:50 -04:00
cli.js Init 2018-07-28 14:21:36 -04:00
package.json Add theming 2018-07-28 16:46:11 -04:00
README.md Init 2018-07-28 14:21:36 -04:00

mdx-deck

Create presentation decks with MDX

npm i mdx-deck
---
imports:
  - import Demo from './components/Demo'
---

# This is the title of my deck

---

# About Me

---

```jsx
<CodeSnippet />
```

---


<Demo />

---

# The end

mdx-deck deck.mdx