Codeer.LowCode.Blazor.Extras 0.0.19

There is a newer version of this package available.
See the version list below for details.
dotnet add package Codeer.LowCode.Blazor.Extras --version 0.0.19
                    
NuGet\Install-Package Codeer.LowCode.Blazor.Extras -Version 0.0.19
                    
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="Codeer.LowCode.Blazor.Extras" Version="0.0.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codeer.LowCode.Blazor.Extras" Version="0.0.19" />
                    
Directory.Packages.props
<PackageReference Include="Codeer.LowCode.Blazor.Extras" />
                    
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 Codeer.LowCode.Blazor.Extras --version 0.0.19
                    
#r "nuget: Codeer.LowCode.Blazor.Extras, 0.0.19"
                    
#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 Codeer.LowCode.Blazor.Extras@0.0.19
                    
#: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=Codeer.LowCode.Blazor.Extras&version=0.0.19
                    
Install as a Cake Addin
#tool nuget:?package=Codeer.LowCode.Blazor.Extras&version=0.0.19
                    
Install as a Cake Tool

Codeer.LowCode.Blazor.Extras

Codeer.LowCode.Blazor に高機能UIコンポーネントを追加する拡張フィールドライブラリです。

NuGet License: MIT

提供フィールド

フィールド 説明
CalendarField 月・週・日表示のカレンダー。イベントの表示・追加・編集が可能
GanttField SVGベースのガントチャート。タスクのドラッグ移動・リサイズ、依存関係の管理が可能
TaskBoardField カンバンボード。ドラッグ&ドロップでステータス変更が可能
RichTextField 書式付きテキストエディタ。太字・色・リンクなどのHTMLフォーマットに対応
ColorPickerField カラーピッカー。HTML5ネイティブカラーピッカーで色をHEX文字列として保存
MarkerListField 画像上にマーカー(ピン)を配置・操作するフィールド
EnterFocusMoveField Enterキーでモジュール内の次の入力要素にフォーカスを移動させるユーティリティフィールド
PasswordHashField パスワードを Submit 時にハッシュ + ソルトへ変換して DB に書き込む補助フィールド (サーバサイド実装が必要)
OrientationLockField タッチ端末で画面の向き(横/縦)が指定と異なるとき、全画面オーバーレイで回転を促すフィールド

セットアップ

1. NuGet パッケージのインストール

以下のプロジェクトにそれぞれ NuGet パッケージをインストールしてください。

インストール先プロジェクト パッケージ名
LowCodeApp.Client.Shared Codeer.LowCode.Blazor.Extras
LowCodeApp.Designer Codeer.LowCode.Blazor.Extras.Designer

2. コードの修正

ライブラリの使用に必要なコードを以下のプロジェクトにそれぞれ追加する必要があります。

LowCodeApp.Client.Shared

Services/AppInfoService.csAppInfoService コンストラクタに以下のコードを追加してください。

using Codeer.LowCode.Blazor.Extras;

// AppInfoService コンストラクタ内
ExtrasClientInitializer.Initialize(this);
LowCodeApp.Server

Program.cs に以下のコードを追加してください。

using Codeer.LowCode.Blazor.Extras;

ExtrasServerInitializer.Initialize();
LowCodeApp.Designer

App.xaml.cs に以下のコードを追加してください。

using Codeer.LowCode.Blazor.Extras.Designer;

// OnStartup メソッド内
ExtrasDesignerInitializer.Initialize(BlazorRuntime);

3. セットアップ完了

以上でセットアップは完了です。Designer から Extras のフィールドが配置できるようになります。

各フィールドの詳細

各フィールドの詳しい説明は以下のドキュメントを参照してください。

CSS カスタマイズ

各フィールドの見た目はCSSで自由にカスタマイズできます。詳しくは CSS カスタマイズガイド を参照してください。

ライセンス

MIT License

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

Showing the top 2 NuGet packages that depend on Codeer.LowCode.Blazor.Extras:

Package Downloads
Codeer.LowCode.Blazor.Extras.Designer

Designer support for Codeer.LowCode.Blazor.Extras. Provides property controls and initializers for the LowCode Designer application.

Codeer.LowCode.Blazor.Extras.Server

Server-side services for Codeer.LowCode.Blazor apps. Includes AI document analysis (Azure Document Intelligence + Azure OpenAI), SMTP mail sending, file storage (file system / Azure Blob), and ASP.NET Core helpers (hot reload, ETag file responses).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.0 56 7/10/2026
0.1.2 91 7/7/2026
0.1.1 101 7/6/2026
0.0.20 100 7/3/2026
0.0.19 102 7/3/2026
0.0.18 115 5/23/2026
0.0.17 131 5/17/2026
0.0.15 112 5/13/2026
0.0.14 106 5/6/2026
0.0.13 108 4/30/2026
0.0.12 122 4/29/2026
0.0.11 111 4/27/2026
0.0.10 105 4/27/2026
0.0.9 111 4/27/2026
0.0.8 127 4/16/2026
0.0.7 109 4/16/2026
0.0.6 114 4/16/2026
0.0.5 113 4/12/2026
0.0.4 118 4/1/2026
0.0.3 157 3/16/2026
Loading failed