BlazingApple.Forums.Components
0.0.7.3
dotnet add package BlazingApple.Forums.Components --version 0.0.7.3
NuGet\Install-Package BlazingApple.Forums.Components -Version 0.0.7.3
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="BlazingApple.Forums.Components" Version="0.0.7.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazingApple.Forums.Components --version 0.0.7.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BlazingApple.Forums.Components, 0.0.7.3"
#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.
// Install BlazingApple.Forums.Components as a Cake Addin #addin nuget:?package=BlazingApple.Forums.Components&version=0.0.7.3 // Install BlazingApple.Forums.Components as a Cake Tool #tool nuget:?package=BlazingApple.Forums.Components&version=0.0.7.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- BlazingApple.Components (>= 2.4.7.3)
- BlazingApple.Forums.Shared (>= 0.0.7.3)
- Blazored.TextEditor (>= 1.1.0)
- Microsoft.AspNetCore.Components.WebAssembly (>= 7.0.1)
- Microsoft.Web.LibraryManager.Build (>= 2.1.175)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.0.7.3 - Fix reactions errors