Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)**