@code { [Parameter] public PurchaseStep PurchaseStep { get; set; } const string ActiveClass = "is-active has-gaps"; const string InactiveClass = "is-primary has-gaps"; const string PrimaryClass = "is-primary"; }