Skip to content

Commit f46310c

Browse files
ashika01ebrillhart
authored andcommitted
upate README to remove maxWidth props (FormidableLabs#667)
1 parent b3a0691 commit f46310c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,7 @@ The slide tag represents each slide in the presentation. Giving a slide tag an `
500500
| 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). | `align="center center"` |
501501
| controlColor | PropTypes.string | Used to override color of control arrows on a per slide basis, accepts color aliases, or valid color values. | Set by `Deck`'s `control` prop |
502502
| 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. | |
503-
| id | PropTypes.string | Used to create a string based hash. | |
504-
| maxHeight | PropTypes.number | Used to set max dimensions of the Slide. | |
505-
| maxWidth | PropTypes.number | Used to set max dimensions of the Slide. | |
503+
| id | PropTypes.string | Used to create a string based hash. |
506504
| notes | PropTypes.string | Text which will appear in the presenter mode. Can be HTML. | |
507505
| onActive | PropTypes.func | Optional function that is called with the slide index when the slide comes into view. | |
508506
| progressColor | PropTypes.string | Used to override color of progress elements on a per slide basis, accepts color aliases, or valid color values. | `quaternary` color set by theme |

0 commit comments

Comments
 (0)