A single CSS class to be used with file upload user interfaces.
Drag and Drop CSV here
<div class="file-drop-zone w-100">
<div class="my-5 text-center text-primary">
Drag and Drop CSV here
</div>
</div>
Disabled State
Add the .disabled
class to the file-drop-zone
Drag and Drop CSV here
<div class="file-drop-zone disabled w-100">
<div class="my-5 text-center text-primary">
Drag and Drop CSV here
</div>
</div>