Skip to content

BlazingApple/Forum

Repository files navigation

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.

💮 Credits

  • TODO

📝 Authors

  1. Taylor White

📜 License & Status

Deploy to GitHub Pages License: GPL v2

About

Models and Components used for displaying forums on your website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages