File Selector

File Input

The File selector component allows the user to select file(s) from a user’s file system.

Either natively using an file input or drag and drop.


Download     Last uploaded 08 Nov, 2020 01:50PM
input{
   margin-bottom: 5px;
}	

.download{
   font-size: 13px;
   font-family: 'tableau-bold';
}	

.last{
   font-size: 12px;
}	

Drag and drop

Select a file to upload
OR
Drag and drop here

.dragArea{
   background: #f5f5f5;
   border: 1px dashed #95a5a6;
   text-align: center;
}