ComponentBuilder 5.1.0

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

An automation framework to build Blazor Component Library faster and easily. Both supports the razor component or RenderTreeBuilder fragment building modes.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on ComponentBuilder:

Package Downloads
TDesign

基于腾讯 TDesign 的 Blazor 企业级组件库。腾讯 TDesign 官方地址:https://tdesign.tencent.com/

ComponentBuilder.FluentRenderTree

用链式编程的方式简化 RenderTreeBuilder 的操作。 示例: builder.Element("div").Content("hello").Close(); builder.Component<Button>().Content("Button").Close(); builder.Div(Id is not null).Content(content => content.Component<Icon>().Attribute(m => m.Name, "user").Close()).Close();

BlamanticUI

The css framework from Semantic-UI for blazor without jQuery.

ComponentBuilder.Interceptors.Diagnostics.Console

在控制台中用于组件生命周期诊断的拦截器,该拦截器可以用于调试阶段的生命周期运行的输出。

ComponentBuilder.Resolvers.FluentClass

组件参数支持 IFluentClassProvider 自动解析成 CSS 类。 [Parameter]public IFluentClassProvider Parameter{ get; set; } <Component Parameter="Provider.Is3.FromTop.HasSmall" />

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ComponentBuilder:

Repository Stars
tdesign-blazor/TDesignBlazor
基于腾讯 TDesign 的 Blazor 组件库
Version Downloads Last updated
5.1.0 151 3/7/2024
5.0.0 203 12/21/2023
5.0.0-beta-1 160 11/16/2023
4.1.2 1,106 7/17/2023
4.1.1 207 7/17/2023
4.1.0 755 6/4/2023
4.0.0 490 5/30/2023
4.0.0-beta-3 266 5/22/2023
4.0.0-beta-2 146 5/19/2023
4.0.0-beta-1 153 5/17/2023
3.1.4 540 3/17/2023
3.1.3 210 3/16/2023
3.1.0 227 3/10/2023
3.0.0 749 2/24/2023
3.0.0-beta-0217 111 2/16/2023
3.0.0-beta-0206 194 2/6/2023
3.0.0-beta-0130 121 1/30/2023
3.0.0-beta-0114 129 1/13/2023
2.3.0 311 12/28/2022
2.2.0 308 12/13/2022
2.1.0 1,467 11/24/2022
2.0.0 378 10/28/2022
1.5.0.4 390 10/18/2022
1.5.0.3 408 10/13/2022
1.5.0.2 1,236 10/5/2022
1.5.0.1 416 10/3/2022
1.5.0 419 10/1/2022
1.4.1.1 687 9/19/2022
1.4.1 422 9/16/2022
1.4.0 438 9/15/2022
1.3.0 432 8/29/2022
1.2.1 593 7/12/2022
1.2.0 429 7/11/2022
1.1.0 575 5/22/2022
1.0.0 630 3/23/2022
0.7.0 462 3/11/2022
0.6.0 458 2/9/2022
0.5.0 292 1/6/2022
0.4.0 303 12/23/2021
0.3.0 315 12/16/2021
0.2.0 323 12/7/2021
0.1.0 6,169 11/24/2021