Skip to main content Skip to docs navigation

File Upload Dropzone

A single CSS class to be used with file upload user interfaces.

Drag and Drop CSV here
html
<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
html
<div class="file-drop-zone disabled w-100">
  <div class="my-5 text-center text-primary">
    Drag and Drop CSV here
  </div>
</div>
Last updated October 7, 2024.