InfiniLore.InfiniBlazor
0.1.0-preview.44
Prefix Reserved
This is a prerelease version of InfiniLore.InfiniBlazor.
dotnet add package InfiniLore.InfiniBlazor --version 0.1.0-preview.44
NuGet\Install-Package InfiniLore.InfiniBlazor -Version 0.1.0-preview.44
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="InfiniLore.InfiniBlazor" Version="0.1.0-preview.44" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="InfiniLore.InfiniBlazor" Version="0.1.0-preview.44" />
<PackageReference Include="InfiniLore.InfiniBlazor" />
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 InfiniLore.InfiniBlazor --version 0.1.0-preview.44
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: InfiniLore.InfiniBlazor, 0.1.0-preview.44"
#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.
#addin nuget:?package=InfiniLore.InfiniBlazor&version=0.1.0-preview.44&prerelease
#tool nuget:?package=InfiniLore.InfiniBlazor&version=0.1.0-preview.44&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
🎨 InfiniLore.InfiniBlazor
A modern Blazor component library made for InfiniLore, but can be adap.
📋 Prerequisites
- .NET 9.0 or later
- ASP.NET Core
📦 Installation
Install the package via NuGet:
dotnet add package InfiniLore.InfiniBlazor
🚀 Quick Start
1. Add Required Imports
Add to your App.razor
:
<link rel="stylesheet" href="_content/InfiniLore.InfiniBlazor/InfiniBlazor.css" />
<script src="_content/InfiniLore.InfiniBlazor/InfiniBlazor.js"></script>
Add to your _Imports.razor
:
@using InfiniLore.InfiniBlazor
@using InfiniLore.InfiniBlazor.Components
In your MainLayout.razor
or main layout:
<InfiniThemeManager/>
In your Program.cs
:
builder.Services.AddInfiniBlazor();
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
💬 Support
For issues and feature requests, please use the GitHub Issues section.
Made with ❤️ by AnnaSasDev and the contributors to InfiniLore
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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.
-
net9.0
- CodeOfChaos.Extensions.DependencyInjection (>= 0.68.0)
- InfiniLore.InfiniBlazor.Contracts (>= 0.1.0-preview.44)
- InfiniLore.InfiniBlazor.Core (>= 0.1.0-preview.44)
- InfiniLore.InfiniBlazor.Markdown (>= 0.1.0-preview.44)
- InfiniLore.InfiniBlazor.Theming (>= 0.1.0-preview.44)
- InfiniLore.InfiniBlazor.Toasting (>= 0.1.0-preview.44)
- InfiniLore.Lucide (>= 0.26.513)
- Microsoft.AspNetCore.Components (>= 9.0.5)
- Microsoft.AspNetCore.Components.Web (>= 9.0.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.