BlazorSchool.Components.Web 7.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlazorSchool.Components.Web --version 7.0.0
NuGet\Install-Package BlazorSchool.Components.Web -Version 7.0.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="BlazorSchool.Components.Web" Version="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorSchool.Components.Web --version 7.0.0
#r "nuget: BlazorSchool.Components.Web, 7.0.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.
// Install BlazorSchool.Components.Web as a Cake Addin
#addin nuget:?package=BlazorSchool.Components.Web&version=7.0.0

// Install BlazorSchool.Components.Web as a Cake Tool
#tool nuget:?package=BlazorSchool.Components.Web&version=7.0.0

Official components for Blazor

Blazor Library is a customizable Blazor UI library that is compatible with all CSS frameworks, high-performance with minimal JavaScript, and blends in with Microsoft's syntax. Once installed, this:

  • 🎁We are free. Even if you are using for commercial purpose.
  • 🏆The only component library that supports all CSS frameworks.
  • 👌Keep the code consistency with the native Blazor components.
  • 💪Straightforward APIs that don't confuse developers.
  • 😱Reduce development time and effort by bringing well-designed components to your project.
  • 🚀Performance cost is minimized.

Getting started

See our getting started guide if you're building your first project with Blazor Library.

Installation for Blazor Server and Blazor WebAssembly

Call the method AddBlazorComponent() in your Program.cs and you are ready to go.

builder.Services.AddBlazorComponent();

Where to get help

New to Blazor?

Learn the Blazor at Blazor School.

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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. 
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
7.2.0 563 9/19/2023
7.1.2 157 9/11/2023
7.1.1 117 9/5/2023
7.1.0 110 9/5/2023
7.0.1 153 7/30/2023
7.0.0 154 6/28/2023
7.0.0-a 114 7/21/2023
1.1.0 302 12/22/2022
1.0.0 265 12/9/2022

- Added new UI components and a main component.
- A component now can has multiple variants.