Using @attributes

Hi,

I want to set the class on a button which I think I need to do via @attributes but I cannot work out the syntax for this?

thanks in advance for your help

Pete

You don't need to use @attributes - just class:

<RadzenButton class="my-class" />

Ah, Ok thanks was over thinking it!