Default
An input field is by default a field where the user has to insert something. The functionality of an input field is based on the given type: text, email, password, number, tel, ... .
<div class="c-input ">
<label class="c-input__label " for="atoms-input-default-6">
Text input
<small class="c-input__info"></small>
</label>
<div class="c-input__wrapper
">
<input id="atoms-input-default-6" class="c-input__field " type="text" name="atoms-input-default-6" placeholder="placeholder" value="" />
</div>
</div>