Adding MudBlazor UI with new Nav
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Components.Inputs;
|
||||
|
||||
public enum MyButtonType
|
||||
{
|
||||
Primary, // Positive Actions
|
||||
Secondary // Destruction Action
|
||||
}
|
||||
Reference in New Issue
Block a user