Xcellerator.Components 1.0.118

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xcellerator.Components --version 1.0.118
                    
NuGet\Install-Package Xcellerator.Components -Version 1.0.118
                    
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="Xcellerator.Components" Version="1.0.118" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xcellerator.Components" Version="1.0.118" />
                    
Directory.Packages.props
<PackageReference Include="Xcellerator.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 Xcellerator.Components --version 1.0.118
                    
#r "nuget: Xcellerator.Components, 1.0.118"
                    
#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.
#:package Xcellerator.Components@1.0.118
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xcellerator.Components&version=1.0.118
                    
Install as a Cake Addin
#tool nuget:?package=Xcellerator.Components&version=1.0.118
                    
Install as a Cake Tool

Xcellerator.Components

Reusable Kentico Xperience Page Builder components: widgets, sections, and page templates.

Registration

using Xcellerator.Components.Features.Common;

services.AddCommonServices(configuration);

NuGet Consumption

When consumed via NuGet (PackageReference), Page Builder assets are automatically copied to your web project's wwwroot/PageBuilder/ on build. Reference Xcellerator.Components in your main web application project so assets land in the correct location.

Configuration (JSON, CD_Repository, overrides): see docs/XDocumentation/Consumer-Configuration.md in this repository, or the same path inside the NuGet package after restore.

Caching: internal notes — docs/XDocumentation/Caching-Internal.md; for consuming sites — docs/XDocumentation/Caching-Client.md.

Kentico's default bundling picks up PageBuilder/Admin/** and PageBuilder/Public/**.

PageBuilderAssets

Static assets (CSS/JS) live in PageBuilderAssets/ and are:

  • Local dev: Copied to wwwroot/PageBuilder/ when Components builds
  • NuGet: Copied to the consuming project's wwwroot/PageBuilder/ via build/Xcellerator.Components.targets

Structure follows Kentico conventions:

  • Admin/ – Edit-mode styles and scripts
  • Public/ – Live-site styles and scripts
  • Config/, sites/{channel}/ – Page Builder JSON (see Consumer-Configuration.md)
  • Subfolders: Widgets/<Id>/, Sections/<Id>/, PageTemplates/<Id>/
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.  net10.0 was computed.  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

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
1.0.129 44 2026/9/11
1.0.128 44 2026/9/11
1.0.126 41 2026/9/11
1.0.122 40 2026/9/11
1.0.121 49 2026/9/10
1.0.120 121 2026/8/27
1.0.119 116 2026/8/25
1.0.118 109 2026/8/20
1.0.117 110 2026/8/12
1.0.116 103 2026/8/7
1.0.115 102 2026/8/6
1.0.114 98 2026/8/6
1.0.113 106 2026/8/5
1.0.112 110 2026/8/5
1.0.111 96 2026/8/5
1.0.110 101 2026/8/5
1.0.109 98 2026/8/5
1.0.108 128 2026/8/1
1.0.107 115 2026/7/31
1.0.106 115 2026/7/31
Loading failed