Fabrik.Components 0.1.191

dotnet add package Fabrik.Components --version 0.1.191
                    
NuGet\Install-Package Fabrik.Components -Version 0.1.191
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fabrik.Components" Version="0.1.191" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fabrik.Components" Version="0.1.191" />
                    
Directory.Packages.props
<PackageReference Include="Fabrik.Components" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fabrik.Components --version 0.1.191
                    
#r "nuget: Fabrik.Components, 0.1.191"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fabrik.Components@0.1.191
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fabrik.Components&version=0.1.191
                    
Install as a Cake Addin
#tool nuget:?package=Fabrik.Components&version=0.1.191
                    
Install as a Cake Tool

Fabrik.Components

Reusable Blazor components used by Fabrik.

Installation

dotnet add package Fabrik.Components

Usage

Add the static web assets (CSS) in your host app:

<link rel="stylesheet" href="_content/Fabrik.Components/fabrik.components.css" />

If you use MudBlazor, also include MudBlazor assets:

<link rel="stylesheet" href="_content/MudBlazor/MudBlazor.min.css" />
<script src="_content/MudBlazor/MudBlazor.min.js"></script>

For maintainers: releasing to NuGet

See src/RELEASING.md.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.191 57 6/5/2026
0.1.187 81 6/3/2026
0.1.186 99 6/1/2026
0.1.185 97 6/1/2026
0.1.184 96 5/29/2026
0.1.183 104 5/29/2026
0.1.182 98 5/27/2026
0.1.180 106 5/27/2026
0.1.179 110 5/20/2026
0.1.178 102 5/20/2026
0.1.177 115 5/19/2026
0.1.176 105 5/15/2026
0.1.171 117 5/13/2026
0.1.170 90 5/13/2026
0.1.169 95 5/13/2026
0.1.168 100 5/12/2026
0.1.167 98 5/12/2026
0.1.166 107 5/12/2026
0.1.165 104 5/11/2026
0.1.164 97 5/11/2026
Loading failed