PureBlazor.Components 0.60.0

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

GitHub Actions Workflow Status GitHub last commit NuGet Version Discord PureBlazor

PureBlazor Components

This component library is pre-release software.

These components are native Blazor UI components that are free to use for any Blazor project.

Getting started

Installation

Install the PureBlazor.Components NuGet package to your Client project.

dotnet add package PureBlazor.Components

Add to your GlobalUsings.cs file in the Client project:

global using static PureBlazor.Components.Variants;
global using static PureBlazor.Components.Sizes;
global using PureBlazor.Components;

Example usage

<Button Variant="Secondary" Size="Sm" @onclick="EnterEditMode">Edit Observer</Button>
<Button Variant="Primary" Size="Sm" @onclick="CheckHealthNowAsync">Check now</Button>

Theming

Docs TODO

FAQ

Why not use another xx library?

  • This library is built to be lightweight and follow a style convention similar to ShadCN.
  • For more complex components, we recommend using other libraries like Blazorise or MudBlazor.

Is this library free to use?

  • Yes! This library is free to use for any Blazor project.

Can I use this library with .NET MAUI Blazor projects?

  • This library should work with .NET MAUI, but we have not tested it yet. Please, let us know if you encounter any issues.

Can I use this library with Blazor WebAssembly / Blazor Server / InteractiveAuto?

  • Yes! This library supports all Blazor hosting models.

Is this library production-ready?

  • No. This library is pre-release software still in development.

Do you accept contributions?

  • Yes! We accept contributions. Please see the CONTRIBUTING.md file for more information.

How do I report a bug?

  • Please, open an issue on the GitHub repository.
  • Please, include as much information as possible, including what library version and browser you are using, and any steps to reproduce the issue.
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 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on PureBlazor.Components:

Package Downloads
PureBlazor.Components.AspNetCore

ASP.NET Core integration package for PureBlazor UI components.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.60.0 101 7/9/2025
0.50.0 122 7/9/2025
0.41.0 130 12/18/2024
0.40.0-rc2 65 11/2/2024
0.32.8 135 9/20/2024
0.32.0 146 9/18/2024
0.31.0 230 5/30/2024
0.30.0 141 5/25/2024
0.27.0 148 5/6/2024
0.26.0 142 5/5/2024
0.25.0 191 5/5/2024
0.24.0 139 5/5/2024
0.23.0 154 5/4/2024
0.22.0 127 5/3/2024
0.19.0 142 4/29/2024
0.18.0 220 4/26/2024
0.17.0 129 4/26/2024
0.16.0 138 4/26/2024
0.15.0 141 4/26/2024
0.14.0 138 4/26/2024
0.13.0 148 4/26/2024
0.12.0 139 4/26/2024
0.11.0 140 4/26/2024
0.10.0-preview1 133 4/9/2024
0.9.2 131 4/4/2024
0.9.1 128 4/4/2024
0.9.0 127 4/4/2024
0.8.0 134 4/4/2024
0.7.0 145 4/4/2024
0.6.0 134 4/3/2024
0.5.0 160 4/2/2024
0.4.0 126 4/2/2024
0.3.0 152 4/2/2024
0.2.0 146 4/1/2024
0.2.0-preview 113 4/26/2024
0.1.0 137 3/21/2024
0.1.0-alpha.1 118 2/2/2024
0.0.9 140 3/21/2024

Component Library Updates