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
#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

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.

BlazingAppleComponents

🔧 Installation

1. Get the required dependencies.

  1. On Client Project, right click and get to the NuGet Package Manager ("Manage NuGetPackages").
  2. Install BlazingApple.Forums.Components (package also located here).
  3. 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>
  1. Add using BlazingApple.Forums.Components to your imports file. Now you should be all set to use the components.

<hr/>

💮 Credits

  • TODO

📝 Authors

  1. Taylor White

📜 License & Status

Deploy to GitHub Pages License: GPL v2

Product 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.

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.7.3 176 7/25/2023
0.0.7.2 145 7/25/2023
0.0.7.1 139 7/24/2023
0.0.7 149 7/24/2023
0.0.6.1 145 7/23/2023
0.0.6 160 7/23/2023
0.0.5 153 7/21/2023
0.0.4 145 7/21/2023
0.0.3 138 7/21/2023
0.0.2 136 7/19/2023

0.0.7.3 - Fix reactions errors