Quick.AspNetCore.Components.Web.Extensions 6.0.2

dotnet add package Quick.AspNetCore.Components.Web.Extensions --version 6.0.2
NuGet\Install-Package Quick.AspNetCore.Components.Web.Extensions -Version 6.0.2
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="Quick.AspNetCore.Components.Web.Extensions" Version="6.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Quick.AspNetCore.Components.Web.Extensions --version 6.0.2
#r "nuget: Quick.AspNetCore.Components.Web.Extensions, 6.0.2"
#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 Quick.AspNetCore.Components.Web.Extensions as a Cake Addin
#addin nuget:?package=Quick.AspNetCore.Components.Web.Extensions&version=6.0.2

// Install Quick.AspNetCore.Components.Web.Extensions as a Cake Tool
#tool nuget:?package=Quick.AspNetCore.Components.Web.Extensions&version=6.0.2

Quick.Components.Web.Extensions

NuGet Version A collection of Blazor components for the web. Fork from https://github.com/aspnet/AspLabs

Installation

1. Add the nuget package in your Blazor project

> dotnet add package Quick.Components.Web.Extensions

OR

PM> Install-Package Quick.Components.Web.Extensions

2. Add the following line in your _Imports.razor

@using Microsoft.AspNetCore.Components.Web.Extensions.Head

3. Reference the static files

Add the following static file references in your _Host.cshtml (server-side blazor) or in your index.html (client-side blazor). Make sure that there is a call to app.UseStaticFiles(); in your server project's Startup.cs.

<script type="module" src="_content/Quick.AspNetCore.Components.Web.Extensions/headManager.js"></script>

Basic usage(*.razor)


<Title Value="Page title to be set"></Title>

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 was computed.  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
6.0.2 26,086 2/9/2022
6.0.1 835 2/9/2022
6.0.0 2,969 2/9/2022
5.0.0 2,435 9/16/2021
5.0.0-preview2 629 9/16/2021
5.0.0-preview1 663 9/16/2021