Home > database >  kendo ButtonSize not working on angular framework
kendo ButtonSize not working on angular framework

Time:01-05

I try to change the size of the button but unfortunately, that's not working on angular farmwork. I use the Bootstrap kendo UI.

I don't want to use static style, like this: height:30px

example of code:

<button kendoButton [primary]="true" size="large">Browse</button>

the size property not working on angular.

reference of kendo UI

have any idea, guys?

CodePudding user response:

https://www.telerik.com/kendo-angular-ui/components/buttons/api/ButtonSize/

There may be a value called ButtonSize

CodePudding user response:

kendoButton does not have an attribute for button size or buttonSize in their ButtonDirective. (checked in their module)

  •  Tags:  
  • Related