signal-desktop/ts/components/conversation/media-gallery/EmptyState.md
2018-04-30 11:01:00 -04:00

11 lines
291 B
Markdown

```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" />
</div>
```