using Spry; /** * StatCardComponent - A statistics display card * * Shows a large value with a label underneath */ public class StatCardComponent : Component { public string value { set; get; default = "0"; } public string label { set; get; default = "Stat"; } public override string markup { get { return """