A Blazor component library featuring useful components like EnvironmentRibbon.
dotnet add package Fritz.Components
The Environment Ribbon component displays the current environment name with configurable styling:
<EnvironmentRibbon HideInProduction="true" />
This will show a colored ribbon with the environment name except in Production (by default).