Component with a field of type Text with the possibility of having a Label positioned absolutely. In turn it also offers a design when disabled by showing a lock.
<div class="Input">
<input type="text" readonly="" placeholder="My name is...">
<label>Name</label>
</div>