- CONTENT
- File Input
- Drag and drop
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.
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; }