Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Skiano committed Mar 4, 2015
1 parent ec93b2d commit 30b732e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ Slides are the direct child components of a ``<PictureShow/>``. They are cloned

```jsx
{
width: Number, // the width of the mounted slideshow
height: Number, // the height of the mounted slideshow
pending: Boolean // whether the slide can be lazyloaded
slideRatio: Number, // the ratio of the outer slide (w/h)
slidePending: Boolean // whether the slide can be lazyloaded
}
```
By cloning the children with these props, you are free to create 'slide' components that react to them however you want. If the child already has one of these props it will be replaced (even for ```<img/>``` components)
Expand Down

0 comments on commit 30b732e

Please sign in to comment.