🔥 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.
BlazingApples is an open-source set of packages that aims to speed application development for Blazor organizations.
⚡ Check out the demo site here.
- 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.
- TODO