export { future as theme } from '../dist/themes' import { Image, Notes, Appear } from '../dist' 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' Import React components --- - Make bulleted lists - To help make your point --- ### Appear --- ## Getting Started 1. `npm i -D mdx-deck` 2. Write some markdown and JSX 3. Present --- ``` ``` ```notes - These are speaker notes - And they won't rendered in your slide ``` --- > “Blockquotes are essential to any good presentation” – Anonymous --- --- Prop | Type | Description ---|---|--- `width` | number, string, or array | sets element width `color` | string | sets foreground color `bg` | string | sets background color --- export default Layout # Get started :sunglasses: [GitHub](https://github.com/jxnblk/mdx-deck)