We try to embrace native HTML Elements composition.
Use regular <label>
element to provide a label to the <input type="date">
.
Note that Vaadin date picker includes an implementation of a label within <vaadin-date-picker>
via attribute,
but the Uniform component does not use that.