From 928244b2ef89c5083221bf343f691f96b3bfa11f Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Sun, 21 Apr 2019 20:32:38 -0400 Subject: [PATCH] Add links to examples in readme --- packages/mdx-deck/README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/mdx-deck/README.md b/packages/mdx-deck/README.md index 821e338..ca311ba 100644 --- a/packages/mdx-deck/README.md +++ b/packages/mdx-deck/README.md @@ -296,7 +296,9 @@ See more exporting options in the [Exporting Documentation](docs/exporting.md) - [Advanced Usage](docs/advanced.md) - [API](docs/api.md) -## Examples +## Real Examples + +See how others have used MDX Deck for their presentations. - [Design Systems & React][design-systems-react] by [Diana Mounter](https://mobile.twitter.com/broccolini) - [Bringing Brazil to the Cloud, Now][brazil-now] by [Guillermo Rauch](https://mobile.twitter.com/rauchg/) @@ -304,6 +306,21 @@ See more exporting options in the [Exporting Documentation](docs/exporting.md) - [I Got 99 Problems but GraphQL Ain't One][99-problems] by [Sara Vieira](https://mobile.twitter.com/NikkitaFTW) - [Stop de #divFest][stop-div-fest] by [Sara Vieira](https://mobile.twitter.com/NikkitaFTW) +## Usage Examples + +The following examples will open in CodeSandbox. + +- [Basic Example](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/basic) +- [Multiple Decks](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/multiple) +- [Syntax Highlighting](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/syntax-highlighting) +- [Prism Syntax Highlighting](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/prism) +- [Aspect Ratio](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/aspect-ratio) +- [Layouts](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/layouts) +- [Images](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/images) +- [Appear](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/appear) +- [Head](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/head) +- [Provider](https://codesandbox.io/s/github/jxnblk/mdx-deck/tree/master/examples/provider) + --- ### Related