mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Show all lightbox controls in style guide
This commit is contained in:
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user