Blazority 2.0.1

dotnet add package Blazority --version 2.0.1
                    
NuGet\Install-Package Blazority -Version 2.0.1
                    
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="Blazority" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Blazority" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Blazority" />
                    
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 Blazority --version 2.0.1
                    
#r "nuget: Blazority, 2.0.1"
                    
#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 Blazority@2.0.1
                    
#: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=Blazority&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Blazority&version=2.0.1
                    
Install as a Cake Tool

Blazor Icon Clarity UI Icon

Blazority

GitHub Nuget Nuget Gitter GitHub issues GitHub Discussions

Blazority is a Blazor component library based on Clarity UI. Our aim is to provide components that are easy to use, and built as purely as possibly using Blazor, with little to no JavaScript (less than 1KB). This libary is compatiable with both Blazor Server and Web Assembly modes.

Demos

Visit http://blazority.com/ for most up-to-date demos and usage docs.

Support and Issues

Visit the issue list in our public support repo: https://github.com/blazority/support/issues

Getting Started

Install Blazority using Nuget or Package Manager Console:

Install-Package Blazority

Add the using block for Blazority in your _Imports.razor file:

@using Blazority

Make the below mentioned changes in your Index file of your application (_Host.cshtml for Blazor Server, or index.html for Blazor Wasm projects).

Add the following stylesheets in the head section:

<link rel="stylesheet" href="_content/Blazority/lib/clr/ui/clr-ui.min.css" />
<link rel="stylesheet" href="_content/Blazority/lib/clr/icons/clr-icons.min.css" />
<link rel="stylesheet" href="_content/Blazority/blazority.min.css" />

Set choice of light or dark theme by setting cds-theme attribute on body element

<body cds-theme="light"></body>
or
<body cds-theme="dark"></body>

Add the following scripts as contents of the body element at bottom:

<script src="_content/Blazority/lib/webcomponents/custom-elements/custom-elements.min.js"></script>
<script src="_content/Blazority/lib/clr/icons/clr-icons.min.js"></script>
<script src="_content/Blazority/blazority.min.js"></script>
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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 (2)

Showing the top 2 NuGet packages that depend on Blazority:

Package Downloads
FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

Vertiq.Components.Blazority

A highly modular framework for writing Blazor applications with a hassle-free, vertical-sliced architecture - Easy. Flexible. Focused.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.1 2,061 4/27/2024
2.0.0 221 4/19/2024
1.1.1 39,190 2/7/2023
1.1.0 6,553 1/23/2023
1.0.4 8,367 11/22/2022
1.0.3 4,642 10/25/2022
1.0.2 968 10/14/2022
1.0.1 944 10/7/2022
1.0.0 35,848 9/6/2022
0.12.3 202,490 6/24/2022
0.12.2 1,011 6/23/2022
0.12.1 1,146 6/13/2022
0.12.0 39,575 6/13/2022 0.12.0 is deprecated because it has critical bugs.
0.11.0 317,910 4/25/2022
0.10.0 2,438 1/27/2022
0.9.8 3,034 12/13/2021
0.9.7 1,210 12/13/2021 0.9.7 is deprecated.
0.9.6 910 12/2/2021
0.9.5 1,025 11/22/2021
0.9.4 1,124 11/5/2021
0.9.3 1,180 10/17/2021
0.9.2 1,083 9/22/2021
0.9.1 923 9/21/2021
0.9.0 1,543 8/31/2021
0.8.2 947 8/27/2021
0.8.1 954 8/23/2021
0.8.0 1,108 7/12/2021
0.7.7 966 6/23/2021
0.7.6 866 6/22/2021
0.7.5 902 6/21/2021
0.7.4 1,151 5/4/2021
0.7.3 911 5/4/2021
0.7.2 1,018 3/29/2021
0.7.1 935 3/26/2021
0.7.0 1,037 3/26/2021 0.7.0 is deprecated because it has critical bugs.
0.6.3 998 3/9/2021
0.6.2 1,064 2/24/2021
0.6.1 945 2/24/2021
0.6.0 993 2/21/2021
0.5.0 1,027 2/12/2021
0.4.24 1,008 2/5/2021
0.4.23 1,022 2/4/2021
0.4.22 969 1/29/2021
0.4.21 1,028 1/27/2021
0.4.20 1,187 12/16/2020
0.4.19 1,052 12/16/2020
0.4.18 1,065 12/15/2020
0.4.17 1,169 12/13/2020
0.4.16 1,082 12/7/2020
0.4.15 993 11/25/2020
0.4.14 1,059 11/20/2020
0.4.13 1,106 11/19/2020
0.4.12 1,029 11/17/2020
0.4.11 1,090 11/11/2020
0.4.10 1,172 11/10/2020
0.4.9 1,163 11/8/2020
0.4.8 1,078 11/4/2020
0.4.7 1,185 10/31/2020
0.4.6 1,135 10/30/2020
0.4.5 1,105 10/28/2020
0.4.4 1,091 10/28/2020
0.4.3 1,013 10/25/2020
0.4.2 1,002 10/25/2020