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
                    
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="LeverX.RazorComponents.Library" Version="0.0.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LeverX.RazorComponents.Library" Version="0.0.19" />
                    
Directory.Packages.props
<PackageReference Include="LeverX.RazorComponents.Library" />
                    
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 LeverX.RazorComponents.Library --version 0.0.19
                    
#r "nuget: LeverX.RazorComponents.Library, 0.0.19"
                    
#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 LeverX.RazorComponents.Library@0.0.19
                    
#: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=LeverX.RazorComponents.Library&version=0.0.19
                    
Install as a Cake Addin
#tool nuget:?package=LeverX.RazorComponents.Library&version=0.0.19
                    
Install as a Cake Tool

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 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. 
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
0.0.19 135 1/21/2025
0.0.18 101 1/21/2025
0.0.17 132 11/25/2024
0.0.16 99 7/24/2024
0.0.15 386 7/22/2024
0.0.14 135 7/17/2024
0.0.13 121 7/12/2024
0.0.12 145 7/10/2024
0.0.11 136 7/9/2024
0.0.10 129 7/9/2024
0.0.9 116 7/9/2024
0.0.8 125 6/12/2024