Add another permutation of `EmptyState`

pull/1/head
Daniel Gasienica 7 years ago
parent b8d20052e1
commit c6599d2e14

@ -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…
Cancel
Save