input

The input component has two variants input sizes and input type

input sizes

inp_lg, inp_md, inp_sm

input large:

input medium:

input small:

<!-- Image round(rd) and square(sq)  -->

<input class="basic_inp inp_lg" type="text" />
<input class="basic_inp inp_md" type="text" />
<input class="basic_inp inp_sm" type="text" />

input type

The input component has one type i.e. Input error inp_err

input error (inp_err):

<!-- Input error  -->

<input class="inp_lg inp_err" type="text" />