mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2911 - New iconClass property for Button component
This commit is contained in:
parent
35291dfde6
commit
400cabe01f
4 changed files with 24 additions and 4 deletions
|
@ -17,6 +17,12 @@ const ButtonProps = [
|
|||
default: "left",
|
||||
description: 'Position of the icon, valid values are "left", "right", "bottom" and "top".'
|
||||
},
|
||||
{
|
||||
name: "iconClass",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Style class of the icon."
|
||||
},
|
||||
{
|
||||
name: "badge",
|
||||
type: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue