Show all lightbox controls in style guide

This commit is contained in:
Daniel Gasienica 2018-04-15 02:28:14 -04:00
parent b4a4182613
commit 60ed82b728

View file

@ -1,5 +1,10 @@
```js
<div style={{position: 'relative', width: '100%', height: 500}}>
<Lightbox imageURL="https://placekitten.com/800/600"/>
<Lightbox
imageURL="https://placekitten.com/800/600"
shouldShowSaveAsButton={true}
shouldShowNextButton={true}
shouldShowPreviousButton={true}
/>
</div>
```