Overview
This component is a single class, .file-drop-zone
with a single rule - to set the dashed border.
Only CSS is provided - it is up to you to add functionality.
Example
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>