InfiniLore.InfiniBlazor.Contracts
0.1.0-preview.63
Prefix Reserved
See the version list below for details.
dotnet add package InfiniLore.InfiniBlazor.Contracts --version 0.1.0-preview.63
NuGet\Install-Package InfiniLore.InfiniBlazor.Contracts -Version 0.1.0-preview.63
<PackageReference Include="InfiniLore.InfiniBlazor.Contracts" Version="0.1.0-preview.63" />
<PackageVersion Include="InfiniLore.InfiniBlazor.Contracts" Version="0.1.0-preview.63" />
<PackageReference Include="InfiniLore.InfiniBlazor.Contracts" />
paket add InfiniLore.InfiniBlazor.Contracts --version 0.1.0-preview.63
#r "nuget: InfiniLore.InfiniBlazor.Contracts, 0.1.0-preview.63"
#addin nuget:?package=InfiniLore.InfiniBlazor.Contracts&version=0.1.0-preview.63&prerelease
#tool nuget:?package=InfiniLore.InfiniBlazor.Contracts&version=0.1.0-preview.63&prerelease
🎨 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. |
-
net9.0
- JetBrains.Annotations (>= 2024.3.0)
- Microsoft.AspNetCore.Components (>= 9.0.5)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.5)
- Microsoft.Extensions.ObjectPool (>= 9.0.5)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on InfiniLore.InfiniBlazor.Contracts:
Package | Downloads |
---|---|
InfiniLore.InfiniBlazor.Toasting
Toast popups for InfiniLore's Component Library |
|
InfiniLore.InfiniBlazor.Markdown
Markdown Parser library for InfiniLore's Component Library |
|
InfiniLore.InfiniBlazor
InfiniLore's Component Library |
|
InfiniLore.InfiniBlazor.Core
InfiniLore's Component Library |
GitHub repositories
This package is not used by any popular GitHub repositories.