@using JSMR.UI.Blazor.Enums
@code { [Parameter] public Graphic Graphic { get; set; } [Parameter] public IconVarient IconVarient { get; set; } [Parameter] public ColorVarient Color { get; set; } [Parameter] public ColorVarient BackgroundColor { get; set; } [Parameter] public bool Clickable { get; set; } }