Element 2.14.2

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

Element-Blazor

Element-Blazor is a Blazor component library aligned with Element Plus 2.14.

Install

dotnet add package Element --prerelease

Usage

Register services:

builder.Services.AddElementServices();

Load static assets in your host page or Blazor Web App root:

<link rel="stylesheet" href="/_content/Element/css/fix.css" />
<link rel="stylesheet" href="/_content/Element/css/index.css" />
<link rel="stylesheet" href="/_content/Element/css/theme.css" />
<script src="/_content/Element/js/dom.js"></script>

Use Element Plus-style El* Razor components:

<ElButton Type="@ButtonType.Primary">Primary</ElButton>
<ElInput TValue="string" Placeholder="Search" Clearable="true" />

Package Notes

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (3)

Showing the top 3 NuGet packages that depend on Element:

Package Downloads
Element.Markdown

Markdown editor components for Element-Blazor, aligned with the Element Plus 2.14 version line.

Element.Admin

基于Element的后台管理模板,无JS,无TS,非 Silverlight,非 WebForm,一个标签即可使用。该包为界面组件包

Element.X

AI and conversation scene components for Element-Blazor, inspired by Element Plus X.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.14.2 59 5/30/2026
2.14.1 56 5/30/2026
0.1.3 4,728 9/26/2020
0.0.7.2 1,029 9/22/2020

Element-Blazor 2.14 alpha aligns public Razor components with Element Plus-style El* naming and targets .NET 10.