Lumeo.CodeEditor 5.12.0

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

Lumeo.CodeEditor

CodeEditor — a code editor component for Lumeo, powered by CodeMirror 6 (lightweight, modular, ~150KB core + on-demand language packs — far lighter than Monaco). Syntax highlighting, line numbers, minimap and a themeable dark mode that follows Lumeo's own theme.

Install alongside the Lumeo core package — it registers no services of its own.

Install

dotnet add package Lumeo
dotnet add package Lumeo.CodeEditor
// Program.cs
builder.Services.AddLumeo();   // the only DI call — core and every satellite share it

Usage

@using Lumeo

<CodeEditor @bind-Value="_code" Language="csharp" Height="320px" LineNumbers="true" />

@code {
    private string _code = "Console.WriteLine(\"Hello, Lumeo!\");";
}

Full docs: https://lumeo.nativ.sh/components/code-editor

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

Showing the top 1 NuGet packages that depend on Lumeo.CodeEditor:

Package Downloads
Lumeo.FileViewer

Universal file viewer for Lumeo — detects file type from MIME / extension and renders inline: PDF (via Lumeo.PdfViewer), images, video, audio, Markdown, JSON, CSV, source code (via Lumeo.CodeEditor) and plain text. Pluggable renderer registry; auth-aware via configurable HttpClient. Unknown types fall back to a Download CTA.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.12.0 39 9/25/2026
5.11.3 41 9/25/2026
5.11.2 36 9/25/2026
5.11.1 39 9/25/2026
5.11.0 40 9/24/2026
5.10.5 79 9/23/2026
5.10.4 113 9/16/2026
5.10.3 103 9/16/2026
5.10.2 104 9/16/2026
5.10.1 97 9/15/2026
5.10.0 108 9/15/2026
5.9.1 115 9/4/2026
5.9.0 109 9/4/2026
5.8.0 108 9/3/2026
5.7.0 116 9/3/2026
5.6.0 118 9/2/2026
5.5.0 113 9/2/2026
5.4.0 108 9/2/2026
5.3.1 120 9/2/2026
5.3.0 105 9/2/2026
Loading failed