File browser

The file input is the most gnarly of the bunch and requires additional JavaScript if you’d like to hook them up with functional Choose file…and selected file name text.

File browser

.custom-file
<divclass="custom-file"><inputtype="file"class="custom-file-input"id="customFile"><labelclass="custom-file-label"for="customFile">Custom File</label></div>

Rounded

.custom-file-label-rounded