We couldn’t find anything that matched your searched term

  • PAGES

  • COMPONENTS

  • Brand guidelines

  • Insights

Documentation

Forms

Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.

File input

<form>
   <div class="custom-file">
      <label for="exampleInputFile" class="form-label">
          Example file input
      </label>
      <br/>
      <input type="file" class="custom-file-input" id="exampleInputFile">
    </div>
</form>