Form Controls #

The form control component in MIZ framework allows users to create various input fields, including text, email, password, textarea, and file inputs with different sizes. The component is fully customizable and responsive.

Example #

    

HTML

<div class="mb-3"> <label for="exampleFormControlInput1" class="form-label">Email address</label> <input type="email" class="form-control" id="exampleFormControlInput1" placeholder="name@example.com"> </div>

Supported Controls #

Sizing #

Form controls support different sizes using the following classes: