Skip to content

Commit

Permalink
📚 small docs add
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisryosuke committed Aug 13, 2021
1 parent b5ae658 commit 3181ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ You can create new slide pages by making new `.mdx` files inside the `/pages/` d
Slide pages represent real pages - so `page-2.mdx` == `your-site.com/page-2`. By using the `next` prop on the `<SlidePage>` component you can control the next page you navigate to (after you go through all the slides).

```js
// Navigates to your-site.com/your-custom-page after all slides complete
<SlidePage next="your-custom-page">
```

Expand Down

0 comments on commit 3181ef1

Please sign in to comment.