Can anyone assist me with aligning labels to the left of input fields in PrimeNG? I am unsure of how to do this. Here is a visual representation of what I am trying to achieve:
https://i.sstatic.net/qifpm.png
Below is the code that I currently have:
<div class="ui-g-12 ui-md-6 ui-lg-4">
<label>Set Date</label>
<input id="input" type="text" size="30" pInputText [(ngModel)]="text">
</div>