Show lightbox controls based on presence of handlers
parent
59650035ec
commit
96be0df8c7
@ -1,10 +1,12 @@
|
||||
```js
|
||||
const noop = () => {};
|
||||
|
||||
<div style={{position: 'relative', width: '100%', height: 500}}>
|
||||
<Lightbox
|
||||
imageURL="https://placekitten.com/800/600"
|
||||
shouldShowSaveAsButton={true}
|
||||
shouldShowNextButton={true}
|
||||
shouldShowPreviousButton={true}
|
||||
onNext={noop}
|
||||
onPrevious={noop}
|
||||
onSave={noop}
|
||||
/>
|
||||
</div>
|
||||
```
|
||||
|
Loading…
Reference in New Issue