protected virtual void GenerateBreadcrumbVariables(Theme theme, ThemeBreadcrumbOptions breadcrumbOptions) { if (FirstNotEmpty(out var color, breadcrumbOptions?.Color, theme.ColorOptions?.Primary)) { variables[ThemeVariables.BreadcrumbColor] = color; } }
protected abstract void GenerateBreadcrumbStyles(StringBuilder sb, Theme theme, ThemeBreadcrumbOptions options);