Skip to content

Commit 33eec40

Browse files
committed
Updating README.md
1 parent 44b2e80 commit 33eec40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.markdown

+3-2
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,15 @@ The deck tag is the top level tag and there should only be one of them. It suppo
185185
186186
####\<Slide /> (Base)
187187
188-
The slide tag represents each slide in the presentation. It supports the following props, in addition to any of the props outlined in the Base class props listing:
188+
The slide tag represents each slide in the presentation. Giving a slide tag an `id` attribute will replace its number based navigation hash with the `id` provided. It supports the following props, in addition to any of the props outlined in the Base class props listing:
189189
190190
|Name|PropType|Description|
191191
|---|---|---|
192192
|align| React.PropTypes.string | Accepts a space delimited value for positioning interior content. The first value can be `flex-start` (left), `center` (middle), or `flex-end` (bottom). The second value can be `flex-start` (top) , `center` (middle), or `flex-end` (bottom). You would provide this prop like `align="center middle"`, which is it's default.
193193
|transition|React.PropTypes.array|Accepts `slide`, `zoom`, `fade` or `spin`, and can be combined. Sets the slide transition. **Note: If you use the 'scale' transition, fitted text won't work in Safari.**|
194194
|transitionDuration| React.PropTypes.number| Accepts integer value in milliseconds for slide transition duration.
195-
|notes| React.PropTypes.stings| Text which will appear in the presenter mode. Can be HTML.
195+
|notes| React.PropTypes.string| Text which will appear in the presenter mode. Can be HTML.
196+
|id| React.PropTypes.string | Used to create a string based hash.
196197
197198
###Layout Tags
198199

0 commit comments

Comments
 (0)