FritzAndFriends / BlazorWebFormsComponents

A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
MIT License
426 stars 72 forks source link

ImageButton is missing Style and other attributes #229

Closed csharpfritz closed 4 years ago

csharpfritz commented 4 years ago

ImageButton needs to implement IHasStyle and these attributes:

hishamco commented 4 years ago

The PR #235 fixes all except OnDataBinding which we need to agree with before we applied to all the components

hishamco commented 4 years ago
hishamco commented 4 years ago

I think this is done