alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Add a `TyneButton` which locks when active #86

Closed alexnoddings closed 9 months ago

alexnoddings commented 1 year ago

Should behave similarly to a MudButton, except it should lock interactions and render differently when the OnClick is executing. This helps issues with users who like clicking buttons a lot, without having to re-implement this on every button individually.

alexnoddings commented 9 months ago

Added in v3.2.0-rc.1