You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,7 @@ The slide tag represents each slide in the presentation. Giving a slide tag an `
342
342
|Name|PropType|Description|
343
343
|---|---|---|
344
344
|align| PropTypes.string | Accepts a space delimited value for positioning interior content. The first value can be `flex-start` (left), `center` (middle), or `flex-end` (right). The second value can be `flex-start` (top) , `center` (middle), or `flex-end` (bottom). You would provide this prop like `align="center center"`, which is its default.
345
+
|goTo| PropTypes.number | Used to navigate to a slide for out-of-order presenting. Slide numbers start at `1`. This can also be used to skip slides as well.
345
346
|id| PropTypes.string | Used to create a string based hash.
346
347
|maxHeight| PropTypes.number | Used to set max dimensions of the Slide.
347
348
|maxWidth| PropTypes.number | Used to set max dimensions of the Slide.
0 commit comments