Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b-straub/RxBlazorLight
A simple reactive wrapper around MudBlazor components
https://github.com/b-straub/RxBlazorLight
Last synced: 3 months ago
JSON representation
A simple reactive wrapper around MudBlazor components
- Host: GitHub
- URL: https://github.com/b-straub/RxBlazorLight
- Owner: b-straub
- License: mit
- Created: 2023-05-26T10:44:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T07:55:53.000Z (4 months ago)
- Last Synced: 2024-07-15T08:08:35.295Z (4 months ago)
- Language: C#
- Size: 351 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - RxBlazorLight - ![stars](https://img.shields.io/github/stars/b-straub/RxBlazorLight?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/b-straub/RxBlazorLight?style=flat-square&cacheSeconds=86400) RxBlazorLight is a simple reactive wrapper around Blazor components. For now only [MudBlazor](https://mudblazor.com/) components are supported. Build the [RxMudBlazorLightSample](https://github.com/b-straub/RxBlazorLight/tree/main/RxMudBlazorLightSample) and enjoy the reactive [Components](https://github.com/b-straub/RxBlazorLight/tree/main/RxMudBlazorLightTestBase/Components). (Libraries & Extensions / Tools & Utilities)
README
# RxBlazorLight
*RxBlazorLight* is a simple reactive wrapper around Blazor components.
For now only [MudBlazor](https://mudblazor.com/) components are supported.
Build the [RxMudBlazorLightSample](https://github.com/b-straub/RxBlazorLight/tree/main/RxMudBlazorLightSample) and enjoy the reactive [Components](https://github.com/b-straub/RxBlazorLight/tree/main/RxMudBlazorLightTestBase/Components).
**The API can change anytime!**
Currently I use this library for my [DexieNETCloudSample](https://github.com/b-straub/DexieNET/tree/master/DexieNETCloudSample).
Comments about other use cases and feature requests are very welcome!
---
Starting with revision 0.8.5 the new implementation has been merged to **main**. Please refer to the samples for usage.