Show all lightbox controls in style guide
This commit is contained in:
parent
b4a4182613
commit
60ed82b728
1 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue