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

12 lines
287 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>
```
```js
<div style={{ position: 'relative', width: '100%', height: 500 }}>
<EmptyState label="You have no documents with media" />
2018-04-26 21:52:43 +00:00
</div>
```