BlazingApple.Forums.Shared
0.0.7.4
dotnet add package BlazingApple.Forums.Shared --version 0.0.7.4
NuGet\Install-Package BlazingApple.Forums.Shared -Version 0.0.7.4
<PackageReference Include="BlazingApple.Forums.Shared" Version="0.0.7.4" />
paket add BlazingApple.Forums.Shared --version 0.0.7.4
#r "nuget: BlazingApple.Forums.Shared, 0.0.7.4"
// Install BlazingApple.Forums.Shared as a Cake Addin #addin nuget:?package=BlazingApple.Forums.Shared&version=0.0.7.4 // Install BlazingApple.Forums.Shared as a Cake Tool #tool nuget:?package=BlazingApple.Forums.Shared&version=0.0.7.4
BlazingApple.Forums 🍎
🔥 A totally copacetic, easy-to-use and lightweight front-end Blazor Components package. This front-end Razor Class Library focuses on providing components for hosting forums, and is intended to be used in a Blazor context. It targets .NET 7.
About BlazingApples
BlazingApples is an open-source set of packages that aims to speed application development for Blazor organizations.
📹 Demo
⚡ Check out the demo site here.
🔧 Installation
1. Get the required dependencies.
- On Client Project, right click and get to the NuGet Package Manager ("Manage NuGetPackages").
- Install
BlazingApple.Forums.Components
(package also located here). - In your
index.html
file, add the required styles and scripts:
<script src="_content/BlazingApple.Components/scripts/blazingAppleComponents.js?cacheBust={version}"></script>
<link href="//cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
<link href="//cdn.quilljs.com/1.3.6/quill.bubble.css" rel="stylesheet">
<script src="https://cdn.quilljs.com/1.3.6/quill.js"></script>
<script src="_content/Blazored.TextEditor/quill-blot-formatter.min.js"></script>
<script src="_content/Blazored.TextEditor/Blazored-BlazorQuill.js"></script>
- Add
using BlazingApple.Forums.Components
to your imports file. Now you should be all set to use the components.
<hr/>
💮 Credits
- TODO
📝 Authors
📜 License & Status
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net7.0
- BlazingApple.Components.Shared (>= 0.5.0)
- Humanizer (>= 2.14.1)
- Microsoft.Extensions.Configuration.Abstractions (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BlazingApple.Forums.Shared:
Package | Downloads |
---|---|
BlazingApple.Forums.Components
BlazingApple is a collection of business objects and corresponding components to speed application development. BlazingApple.Components provides a set of core components to easily create beautiful applications |
GitHub repositories
This package is not used by any popular GitHub repositories.
0.0.7.4