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.
		
		
		
		
		
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			415 B
		
	
	
	
		
			Markdown
		
	
			
		
		
	
	
			30 lines
		
	
	
		
			415 B
		
	
	
	
		
			Markdown
		
	
| ### Media Empty State
 | |
| 
 | |
| ```js
 | |
| <div
 | |
|   style={{
 | |
|     display: 'flex',
 | |
|     position: 'relative',
 | |
|     width: '100%',
 | |
|     height: 300,
 | |
|   }}
 | |
| >
 | |
|   <EmptyState label="You have no attachments with media" />
 | |
| </div>
 | |
| ```
 | |
| 
 | |
| ### Documents Empty State
 | |
| 
 | |
| ```js
 | |
| <div
 | |
|   style={{
 | |
|     display: 'flex',
 | |
|     position: 'relative',
 | |
|     width: '100%',
 | |
|     height: 500,
 | |
|   }}
 | |
| >
 | |
|   <EmptyState label="You have no documents with media" />
 | |
| </div>
 | |
| ```
 |