VOOZH about

URL: https://www.nuget.org/packages/Codeer.LowCode.Blazor.Extras

⇱ NuGet Gallery | Codeer.LowCode.Blazor.Extras 0.0.18




Codeer.LowCode.Blazor.Extras 0.0.18

dotnet add package Codeer.LowCode.Blazor.Extras --version 0.0.18
 
 
NuGet\Install-Package Codeer.LowCode.Blazor.Extras -Version 0.0.18
 
 
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.18" />
 
 
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.18" />
 
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.18
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Codeer.LowCode.Blazor.Extras, 0.0.18"
 
 
#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.18
 
 
#: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.18
 
Install as a Cake Addin
#tool nuget:?package=Codeer.LowCode.Blazor.Extras&version=0.0.18
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Codeer.LowCode.Blazor.Extras

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

👁 NuGet
👁 License: MIT

提供フィールド

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

セットアップ

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で自由にカスタマイズできます。詳しくは を参照してください。

ライセンス

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.18 106 5/23/2026
0.0.17 116 5/17/2026
0.0.15 104 5/13/2026
0.0.14 98 5/6/2026
0.0.13 99 4/30/2026
0.0.12 111 4/29/2026
0.0.11 102 4/27/2026
0.0.10 96 4/27/2026
0.0.9 102 4/27/2026
0.0.8 120 4/16/2026
0.0.7 100 4/16/2026
0.0.6 107 4/16/2026
0.0.5 105 4/12/2026
0.0.4 110 4/1/2026
0.0.3 151 3/16/2026
0.0.2 139 3/10/2026