signal-desktop/ts/components/conversation/media-gallery/EmptyState.md

6 lines
141 B
Markdown
Raw Normal View History

2018-04-26 21:52:43 +00:00
```js
<div style={{position: 'relative', width: '100%', height: 300}}>
<EmptyState label="You have no attachments with media"/>
</div>
```