Add another permutation of EmptyState
This commit is contained in:
parent
b8d20052e1
commit
c6599d2e14
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
```js
|
||||
<div style={{position: 'relative', width: '100%', height: 300}}>
|
||||
<EmptyState label="You have no attachments with media"/>
|
||||
<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>
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue