@using JSMR.UI.Blazor.Enums
@if (Graphic != null) { } @ChildContent
@code { [Parameter] public RenderFragment? ChildContent { get; set; } [Parameter] public Graphic? Graphic { get; set; } [Parameter] public ColorVarient Color { get; set; } = ColorVarient.Primary; }