@using JSMR.UI.Blazor.Enums
@code { [Parameter] public Graphic Graphic { get; set; } [Parameter] public IconVarient IconVarient { get; set; } = IconVarient.None; [Parameter] public ColorVarient Color { get; set; } = ColorVarient.Primary; [Parameter] public ColorVarient BackgroundColor { get; set; } = ColorVarient.Black; [Parameter] public string? Tooltip { get; set; } }