ComponentBuilder.FluentRenderTree 4.1.2

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

// Install ComponentBuilder.FluentRenderTree as a Cake Tool
#tool nuget:?package=ComponentBuilder.FluentRenderTree&version=4.1.2

用链式编程的方式简化 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();

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 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 (1)

Showing the top 1 NuGet packages that depend on ComponentBuilder.FluentRenderTree:

Package Downloads
TDesign

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

GitHub repositories (1)

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

Repository Stars
tdesign-blazor/TDesignBlazor
基于腾讯 TDesign 的 Blazor 组件库
Version Downloads Last updated
5.0.0-beta-1 164 11/16/2023
4.1.2 844 7/17/2023
4.1.1 126 7/17/2023
4.1.0 651 6/4/2023
4.0.0 384 5/30/2023
4.0.0-beta-3 199 5/22/2023
4.0.0-beta-2 100 5/19/2023
4.0.0-beta-1 96 5/17/2023