mahsa shahmohammadi
mahsa shahmohammadi

Reputation: 19

the problem with the kendo theme style in the angular framework

I use the kendo user interface for my angular project but I don't know how can change the size and use other themes for all elements. For example, I would like to use a small button with danger color.

that possible to use it with a class name like btn-danger in bootstrap, but in kendo, I didn't find any property for customizing elements.

have any idea about that issue?

Upvotes: 1

Views: 1059

Answers (1)

Yaser Darzi
Yaser Darzi

Reputation: 1478

you can use the new version of kendo Angular this link can help you

and you can use this

<button kendoButton themeColor="error">User Settings</button>

Upvotes: 2

Related Questions