<
div
style
=
"margin:100px; text-align: center;"
>
<
h1
style
=
"color: green;"
>
GeeksforGeeks
</
h1
>
<
h3
>
Angular PrimeNG Button
Properties of pButton
</
h3
><
br
/>
<
p
>Button with Label: </
p
>
<
button
pButton
type
=
"button"
label
=
"Label"
class="p-button-lg p-button-raised
p-button-text p-button-success">
</
button
>
<
br
/><
br
/>
<
p
> Icon Button:</
p
>
<
button
pButton
type
=
"button"
icon
=
"pi pi-check"
class="p-button-lg p-button-raised
p-button-rounded p-button-text p-button-success">
</
button
>
<
p
>Button with Label and Icon: </
p
>
<
button
pButton
type
=
"button"
label
=
"Sign Up"
icon
=
"pi pi-user"
class
=
"p-button-lg p-button-success "
>
</
button
><
br
/><
br
/>
<
button
pButton
type
=
"button"
label
=
"Log In"
icon
=
"pi pi-check-circle"
iconPos
=
"right"
class
=
"p-button-lg p-button-success "
>
</
button
>
</
div
>