Add another permutation of `EmptyState`
parent
b8d20052e1
commit
c6599d2e14
@ -1,5 +1,11 @@
|
|||||||
```js
|
```js
|
||||||
<div style={{position: 'relative', width: '100%', height: 300}}>
|
<div style={{ position: "relative", width: "100%", height: 300 }}>
|
||||||
<EmptyState label="You have no attachments with media"/>
|
<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>
|
</div>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue