/Fritz.Components

A collection of helpful Blazor components

Primary LanguageCSSMIT LicenseMIT

Fritz.Components

A Blazor component library featuring useful components like EnvironmentRibbon.

Installation

dotnet add package Fritz.Components

Usage

Environment Ribbon

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).

The default EnvironmentRibbon in the top right corner of a blazor website in the Development environment