I have a prime ng button on my panel header. I would like to pull it to the right of the panel header. Please can someone tell me
<p-header>
<h4>Data View</h4>
<button pButton type="button" [style]="{'float':'right'}" label="New Data" icon="fa-plus" (click)="createData()" class="ui-button-danger"></button>
</p-header>
Also seems like button doesn't have a style class, is there a way to specify a css class to a primeng button widget?