Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skiano committed Mar 4, 2015
1 parent a00a247 commit 73b8c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ 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: (bool) // whether the slide can be lazyloaded
width: Number, // the width of the mounted slideshow
height: Number, // the height of the mounted slideshow
pending: 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 73b8c51

Please sign in to comment.