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
|
```js
|
||||||
<div style={{position: 'relative', width: '100%', height: 500}}>
|
<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>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue