You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
287 B
Markdown
12 lines
287 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>
|
|
```
|