Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blazingapple/components

A collection of core Blazor components that are intended to create a beautiful and easy to build experience
https://github.com/blazingapple/components

blazor components-library wasm webassembly

Last synced: about 6 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# BlazingApple.Components :apple:

:fire: 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.

# :video_camera: Demo
:zap: [Check out the demo site here](https://blazingapple.github.io/Components/).

![BlazingAppleComponents](https://user-images.githubusercontent.com/3686217/184403126-a8302242-6aac-4277-a5fe-8314e6851ad3.gif)

# :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.Components` ([package also located here](https://www.nuget.org/packages/BlazingApple.Components/)).

3. Add the following to `Program.cs's Main`:
```
IConfiguration configuration = builder.Configuration;
services.AddBlazingAppleComponents(configuration);
```

4. In your `index.html` file, add the required Radzen style and script:
```


```

5. Add BlazingApple.Components namespaces to your imports file. Now you should be all set to use the components.


## :white_flower: Credits

- Build with love :blue_heart:, using [Radzen's Component Library](https://razor.radzen.com/).

## :pencil: Authors

1. [Taylor White](https://twitter.com/taychasewhite)

## :scroll: License & Status
[![Deploy to GitHub Pages](https://github.com/BlazingApple/Components/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/BlazingApple/Components/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)**