Added initial components.
This commit is contained in:
14
JSMR.UI.Blazor/Enums/ColorVarient.cs
Normal file
14
JSMR.UI.Blazor/Enums/ColorVarient.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace JSMR.UI.Blazor.Enums;
|
||||
|
||||
public enum ColorVarient
|
||||
{
|
||||
Primary,
|
||||
Secondary,
|
||||
Black,
|
||||
Yellow,
|
||||
Green,
|
||||
Teal,
|
||||
Blue,
|
||||
Orange,
|
||||
Pink
|
||||
}
|
||||
Reference in New Issue
Block a user