Fixed #2911 - New iconClass property for Button component

This commit is contained in:
Tuğçe Küçükoğlu 2022-08-31 11:42:27 +03:00
parent 35291dfde6
commit 400cabe01f
4 changed files with 24 additions and 4 deletions

View file

@ -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",