UNPKG

@paperbits/forms

Version:
7 lines 355 B
<div class="form-group" data-bind="styled: styles"> <!-- ko if: label --> <label class="form-label" data-bind="text: label"></label> <!-- /ko --> <input type="email" class="form-control" data-bind="attr: { placeholder: placeholder, name: name, value: value, required: required, readonly: readonly, maxLength: maxLength }" /> </div>