a0240782c4
911856: Update sample for vol3 2024 |
||
---|---|---|
Common | ||
MAUI | ||
Server-side | ||
wasm-side | ||
.gitignore | ||
README.md |
README.md
Essential Studio for Blazor - Diagram Builder
The Blazor diagram builder application is used to create diagrams such as FlowChart and MindMap diagrams. In the diagram builder application, all support diagrams, such as Print, Export, and Drawing Tool support, are available in the Diagram Builder application. You can interact with the diagram or create your own using shapes.
Deployment
Requirements to run the demo
The samples require the following requirements to run.
Run
- Clone this repository.
- Open the project in VS 2022:
- For the .NET 8 Server app, open Server-side/DiagramBuilder.sln.
- For the .NET 8 WASM app, open wasm-side/DiagramBuilder.sln.
- For the MAUI app, open MAUI/DiagramBuilderMAUI.sln.
- Run the demo.
Demo
Server - https://blazor.syncfusion.com/showcase/diagrambuilder/
WebAssembly - https://blazor.syncfusion.com/showcase/wasm/diagrambuilder/
Check all the showcase samples from here.