Skip to content

A collection of core Blazor components that are intended to create a beautiful and easy to build experience

License

Notifications You must be signed in to change notification settings

BlazingApple/Components

Repository files navigation

BlazingApple.Components 🍎

🔥 A totally copacetic, easy-to-use and lightweight front-end Blazor Components package. This front-end Razor Class Library is intended to be used by Blazor WASM projects, and targets .NET 5.

About BlazingApples

BlazingApples is an open-source set of packages that aims to speed application development for Blazor WebAssembly 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.Components (package also located here).

  3. Add the following to Program.cs's Main:

IConfiguration configuration = builder.Configuration;
services.AddBlazingAppleComponents(configuration);
  1. In your index.html file, add the required Radzen style and script:
<link href="_content/BlazingApple.Components/css/blazingAppleComponents.css" rel="stylesheet" />
<script src="_content/BlazingApple.Components/scripts/blazingAppleComponents.js"></script> <! -- only needed for a handful of components) -->
  1. Add BlazingApple.Components namespaces to your imports file. Now you should be all set to use the components.

💮 Credits

📝 Authors

  1. Taylor White

📜 License & Status

Deploy to GitHub Pages License: GPL v2

About

A collection of core Blazor components that are intended to create a beautiful and easy to build experience

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published