Add another permutation of EmptyState

This commit is contained in:
Daniel Gasienica 2018-04-30 11:01:00 -04:00
parent b8d20052e1
commit c6599d2e14

View file

@ -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>
```