Reputation: 19
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
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