diff --git a/README.md b/README.md index 4914138b..dfac48b6 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,8 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m #### Diagrams * [Blazor.Diagrams](https://github.com/Blazor-Diagrams) - ![GitHub stars](https://img.shields.io/github/stars/Blazor-Diagrams/Blazor.Diagrams?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Blazor-Diagrams/Blazor.Diagrams?style=flat-square&cacheSeconds=86400) Z.Blazor.Diagrams is a fully customizable and extensible all-purpose diagrams library for Blazor (both Server Side and WASM). It was first inspired by the popular React library react-diagrams, but then evolved into something much bigger. ZBD can be used to make advanced diagrams with a custom design. Even the behavior of the library is "hackable" and can be changed to suit your needs. * [Excubo.Blazor.Diagrams](https://github.com/excubo-ag/Blazor.Diagrams) - ![stars](https://img.shields.io/github/stars/excubo-ag/Blazor.Diagrams?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/excubo-ag/Blazor.Diagrams?style=flat-square&cacheSeconds=86400) Interactive diagram component (flowcharts, UML, BPMN, ...), customizable and extensible according to user needs (node types, styles). [Demo](https://excubo-ag.github.io/Blazor.Diagrams/). +#### Forms +* [BlazorDualListbox](https://github.com/olufemioyedepo/blazor-dual-listbox) - ![stars](https://img.shields.io/github/stars/olufemioyedepo/blazor-dual-listbox?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/olufemioyedepo/blazor-dual-listbox?style=flat-square&cacheSeconds=86400) A generic, accessible dual-listbox (pick-list) component for Blazor. Two side-by-side list boxes with controls to move items between them — via buttons, double-click, or the keyboard. [Demo](https://olufemioyedepo.github.io/blazor-dual-listbox/). #### JavaScript * [BlazorScriptReload](https://github.com/devessenceinc/BlazorScriptReload) - ![stars](https://img.shields.io/github/stars/devessenceinc/BlazorScriptReload?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/devessenceinc/BlazorScriptReload?style=flat-square&cacheSeconds=86400) A component which provides support for using JavaScript in Blazor Web Applications #### Maps