Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blazingapple/forum
Models and Components used for displaying forums on your website.
https://github.com/blazingapple/forum
blazor forums
Last synced: 15 days ago
JSON representation
Models and Components used for displaying forums on your website.
- Host: GitHub
- URL: https://github.com/blazingapple/forum
- Owner: BlazingApple
- License: mit
- Created: 2023-07-08T03:00:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-25T04:15:07.000Z (over 1 year ago)
- Last Synced: 2024-05-01T11:29:18.858Z (9 months ago)
- Topics: blazor, forums
- Language: C#
- Homepage: https://blazingapple.github.io/Forum/
- Size: 41.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlazingApple.Forums :apple:
:fire: 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.# :video_camera: Demo
:zap: [Check out the demo site here](https://blazingapple.github.io/Forum/).![BlazingAppleComponents](https://github.com/BlazingApple/Forum/blob/main/README/BlazingAppleForum.gif?raw=true)
# :wrench: 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](https://www.nuget.org/packages/BlazingApple.Forums.Components/)).
3. In your `index.html` file, add the required styles and scripts:
```
```4. Add `using BlazingApple.Forums.Components` to your imports file. Now you should be all set to use the components.
## :white_flower: Credits
- TODO
## :pencil: Authors
1. [Taylor White](https://twitter.com/taychasewhite)
## :scroll: License & Status
[![Deploy to GitHub Pages](https://github.com/BlazingApple/Forum/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/BlazingApple/Forum/actions/workflows/main.yml)
![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)- **[GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)**