Show all lightbox controls in style guide

pull/1/head
Daniel Gasienica 7 years ago
parent b4a4182613
commit 60ed82b728

@ -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>
```

Loading…
Cancel
Save