Generator.Components 1.7.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Generator.Components --version 1.7.2                
NuGet\Install-Package Generator.Components -Version 1.7.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="Generator.Components" Version="1.7.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Generator.Components --version 1.7.2                
#r "nuget: Generator.Components, 1.7.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.
// Install Generator.Components as a Cake Addin
#addin nuget:?package=Generator.Components&version=1.7.2

// Install Generator.Components as a Cake Tool
#tool nuget:?package=Generator.Components&version=1.7.2                

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 Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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.8.2 42 9/24/2024
1.8.1 71 9/22/2024
1.8.0 82 9/18/2024
1.7.9 87 9/17/2024
1.7.8 76 9/17/2024
1.7.7 86 9/16/2024
1.7.6 92 9/16/2024
1.7.5 89 9/16/2024
1.7.4 87 9/16/2024
1.7.3 96 9/16/2024
1.7.2 76 9/2/2024
1.7.1 100 8/25/2024
1.7.0 105 6/27/2024
1.6.9 76 5/10/2024
1.6.8 116 5/6/2024
1.6.7 119 4/5/2024
1.6.6 96 4/4/2024
1.6.5 111 4/3/2024
1.6.4 101 4/2/2024
1.6.3 131 3/20/2024
1.6.2 105 3/19/2024
1.6.1 123 3/11/2024
1.5.9 116 2/28/2024
1.5.8 120 2/27/2024
1.5.7 139 2/12/2024
1.5.6 112 2/4/2024
1.5.5 94 1/25/2024
1.5.4 97 1/25/2024
1.5.3 103 1/25/2024
1.5.2 106 1/22/2024
1.5.1 108 1/19/2024
1.5.0 102 1/18/2024
1.4.9 100 1/18/2024
1.4.8 115 1/16/2024
1.4.7 106 1/10/2024
1.4.6 135 1/6/2024
1.4.5 115 1/6/2024
1.4.4 140 1/3/2024
1.4.3 222 11/7/2023
1.4.2 148 10/16/2023
1.4.1 150 10/2/2023
1.4.0 147 9/29/2023
1.3.9 156 9/20/2023
1.3.8 150 9/13/2023
1.3.7 139 9/13/2023
1.3.6 142 9/12/2023
1.3.5 147 9/4/2023
1.3.4 167 8/29/2023
1.3.3 179 7/30/2023
1.3.2 181 7/3/2023
1.3.1 184 6/27/2023
1.3.0 192 6/27/2023
1.2.9 210 6/27/2023
1.2.8 180 6/27/2023
1.2.7 229 6/27/2023
1.2.6 169 6/26/2023
1.2.5 198 6/21/2023
1.2.4 192 6/2/2023
1.2.3 168 5/12/2023
1.2.2 183 5/11/2023
1.2.1 226 5/11/2023
1.1.9 189 5/11/2023
1.1.8 194 5/9/2023
1.1.7 174 5/9/2023
1.1.6 173 5/9/2023
1.1.5 195 5/9/2023
1.1.4 197 5/9/2023
1.1.3 171 5/8/2023
1.1.0 170 5/8/2023
1.0.19 169 5/8/2023
1.0.18 165 5/8/2023
1.0.17 169 5/8/2023
1.0.16 180 5/5/2023
1.0.15 177 5/5/2023
1.0.14 195 5/5/2023
1.0.13 250 5/4/2023
1.0.12 183 5/3/2023
1.0.11 195 4/24/2023
1.0.10 242 4/17/2023
1.0.9 206 4/17/2023
1.0.8 216 4/11/2023
1.0.7 214 4/10/2023
1.0.6 206 4/10/2023
1.0.5 215 4/10/2023
1.0.4 215 4/10/2023
1.0.3 203 4/10/2023
1.0.2 197 4/10/2023
1.0.1 197 4/10/2023
1.0.0 209 4/10/2023