Jakar.Extensions.Blazor 8.0.0

dotnet add package Jakar.Extensions.Blazor --version 8.0.0
NuGet\Install-Package Jakar.Extensions.Blazor -Version 8.0.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="Jakar.Extensions.Blazor" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jakar.Extensions.Blazor --version 8.0.0
#r "nuget: Jakar.Extensions.Blazor, 8.0.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.
// Install Jakar.Extensions.Blazor as a Cake Addin
#addin nuget:?package=Jakar.Extensions.Blazor&version=8.0.0

// Install Jakar.Extensions.Blazor as a Cake Tool
#tool nuget:?package=Jakar.Extensions.Blazor&version=8.0.0

Jakar.Extensions.Blazor

Contributions and Ideas are Welcome.

Overview

Jakar.Extensions.Blazor is a .NET library that includes a variety of extensions and helper methods designed to streamline and enhance the development process. This package provides utility functions for common tasks, making your code cleaner and more maintainable.

Installation

You can install the Jakar.Extensions.Blazor package via Nuget:

dotnet add package Jakar.Extensions.Blazor

Alternatively, you can use the NuGet Package Manager in Visual Studio.

Features

  • Widget : Provides a common interface for all components. It also includes a Errors property ErrorState, and a User property LoginState. It also includes a StateHasChanged method for updating the UI asyncronously. Inherites from ComponentBase.
  • Page : Intented for use as a page in a Blazor application. Inherits from Widget.
  • LoginProvider : Allows a common interface for login and user management.
  • ModelStateProvider : Provides a ModelStateDictionary for all Widgets to easily handle errors.
  • BlazorServices : All in one class for blazor services -- makes it easier to inject services into components.

License

This project is licensed under the MIT License. See the LICENSE.txt file for details. Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

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. 
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
8.0.0 37 6/14/2024

Jakar.Extensions.Blazor 8.0.0
Initial Release