11 lines
291 B
Markdown
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>
|
|
```
|