VOOZH about

URL: https://www.nuget.org/packages/Generator.Components/

⇱ NuGet Gallery | Generator.Components 1.9.7




Generator.Components 1.9.7

dotnet add package Generator.Components --version 1.9.7
 
 
NuGet\Install-Package Generator.Components -Version 1.9.7
 
 
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="Generator.Components" Version="1.9.7" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Generator.Components" Version="1.9.7" />
 
Directory.Packages.props
<PackageReference Include="Generator.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 Generator.Components --version 1.9.7
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Generator.Components, 1.9.7"
 
 
#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 Generator.Components@1.9.7
 
 
#: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=Generator.Components&version=1.9.7
 
Install as a Cake Addin
#tool nuget:?package=Generator.Components&version=1.9.7
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Generator

Three projects are included in this repository.

1 - Generator Components

2 - Generator UI

3 - Generator Server

Project Descriptions

Generator Components

Generator Components are inherited from Mudblazor Components and are intended to be rendered in GenGrid Component. The current list of inherited components is as follows:

MudTextField : GenTextBox

GenComboBox : MudSelect

MudCheckBox : GenCheckBox

GenDatePicker : MudDatePicker

Additional Components

GenSpacer : a blank component that helps organizing the column spacing of components in Form Views.

Generator Service

Generator UI is a user interface that enables command execution and UI creation without the need for coding.

Generator UI

Generator Server includes generic and  non generic methods needed for Generator UI creation and command execution.

There are numerous ways you can use the repository.

(1) use the Generator Components

(2) use the Generator components in conjunction with the Generator Service

(3) combine all three projects.

Installation

Install latest version using

.Net CLI

dotnet add package Generator.Components

Package Manager

NuGet\Install-Package Generator.Components

_Imports.razor

add the following to _Imports.razor

@using Generator.Components.Components

@using Generator.Components.Enums

@using Generator.Components.Interfaces;

Basic Usage

Road Map

Motivation & Intention

I've been using both Telerik and Mudblazor components in my projects. Telerik components offer a lot of functions, but the UI is ugly. Mudblazor gives a beautiful user interface, but it lacks functionality when compared to Telerik components and needs more work when implementing components such as Tables and SelectInput while Telerik Grid is simple to use and takes care of everything.

All this inspired me to create Gen Components using Mudblazor components to resemble Telerik Grid.

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

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.9.7 270 10/1/2025
1.9.6 262 10/1/2025
1.9.5 250 10/1/2025
1.9.4 235 9/5/2025
1.9.3 261 9/4/2025
1.9.2 622 7/23/2025
1.9.1 310 1/12/2025
1.9.0 222 1/12/2025
1.8.9 327 12/25/2024
1.8.8 237 11/28/2024
1.8.7 235 11/26/2024
1.8.6 254 11/13/2024
1.8.5 243 11/11/2024
1.8.4 249 11/11/2024
1.8.3 280 10/6/2024
1.8.2 247 9/24/2024
1.8.1 285 9/22/2024
1.8.0 261 9/18/2024
1.7.9 272 9/17/2024
1.7.8 240 9/17/2024
Loading failed