LeverX.RazorComponents.Library
0.0.19
dotnet add package LeverX.RazorComponents.Library --version 0.0.19
NuGet\Install-Package LeverX.RazorComponents.Library -Version 0.0.19
<PackageReference Include="LeverX.RazorComponents.Library" Version="0.0.19" />
<PackageVersion Include="LeverX.RazorComponents.Library" Version="0.0.19" />
<PackageReference Include="LeverX.RazorComponents.Library" />
paket add LeverX.RazorComponents.Library --version 0.0.19
#r "nuget: LeverX.RazorComponents.Library, 0.0.19"
#:package LeverX.RazorComponents.Library@0.0.19
#addin nuget:?package=LeverX.RazorComponents.Library&version=0.0.19
#tool nuget:?package=LeverX.RazorComponents.Library&version=0.0.19
LX.RazorComponentsLibrary
LX.RazorComponentsLibrary is a collection of reusable Razor components designed to streamline the development of ASP.NET Core applications. This library provides a set of pre-built components and models that can be easily integrated into your projects.
Features
- Reusable Razor components
- Easy integration with ASP.NET Core
- Customizable and extensible components
- Supports .NET 8.0
Getting Started
Prerequisites
- .NET 8.0 or later
- Visual Studio 2022 or later
Installation
You can install the LX.RazorComponentsLibrary
via NuGet Package Manager:
dotnet add package LeverX.RazorComponents.Library --version 0.0.16
Usage
Using Components
You can use the components provided by the library in your Razor pages or components. For example:
@using LX.RazorComponents.Library.Components
@using LX.RazorComponents.Library.Models
...
<AppsButtonComponent Apps="_apps"></AppsButtonComponent>
Where AppsButtonComponent
takes dictionary as a parameter . For example:
Dictionary<string, AppDescription> _apps = new()
{
{
"Name of the application",
new AppDescription( new AccessRules { Groups = ["/Group of acessibility"] },
"link to logo",
"Name of the application",
"Link to the application")
},
};
Product | Versions 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. |
-
- Microsoft.AspNetCore.Components.Web (>= 8.0.7)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 8.0.7)
- MudBlazor (>= 6.19.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.