From 84f469af8246ecc1fe2868d9ffdc39e7609ec33d Mon Sep 17 00:00:00 2001 From: weibaohui Date: Mon, 6 May 2024 18:16:14 +0800 Subject: [PATCH] Add BlazorAmis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use Baidu Amis lowcode framework in Blazor,just use c# Anonymous Type instead of json .simple and direct! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4f71793..c7477976 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m * [BlazorInputTags](https://github.com/MarvinKlein1508/BlazorInputTags) - ![last commit](https://img.shields.io/github/last-commit/MarvinKlein1508/BlazorInputTags?style=flat-square&cacheSeconds=86400) A simple to use blazor component for both Blazor Server and WebAssembly which adds a basic tag editor to your app. [Demo](https://marvinklein1508.github.io/BlazorInputTags). * [BlazorTooltips](https://github.com/MarvinKlein1508/BlazorTooltips) - ![last commit](https://img.shields.io/github/last-commit/MarvinKlein1508/BlazorTooltips?style=flat-square&cacheSeconds=86400) An implementation of Bootstrap tooltips for both Blazor Server and WebAssembly. [Demo](https://marvinklein1508.github.io/BlazorTooltips). * [BlazorBarcodeScanner](https://github.com/sabitertan/BlazorBarcodeScanner) - ![GitHub stars](https://img.shields.io/github/stars/sabitertan/BlazorBarcodeScanner?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/sabitertan/BlazorBarcodeScanner?style=flat-square&cacheSeconds=86400) Barcode Scanner component for Blazor using zxing-js Interop. [Demo](https://sabitertan.github.io/BlazorBarcodeScanner/). +* [BlazorAmis](https://github.com/weibaohui/blazoramis) - ![last commit](https://img.shields.io/github/last-commit/weibaohui/blazoramis) Use Baidu Amis lowcode framework in Blazor,just use c# Anonymous Type instead of json .simple and direct! ### Tools & Utilities *Libraries and extensions for state management, cookies, local storage and other specific tools.* * [Fluxor](https://github.com/mrpmorris/fluxor) - ![GitHub stars](https://img.shields.io/github/stars/mrpmorris/fluxor?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/mrpmorris/fluxor?style=flat-square&cacheSeconds=86400) Zero boilerplate Flux/Redux library for DotNet.