Diagram Builder is a Blazor application which is used to create the diagrams like Flow Chart, process diagrams and more interactively.
Перейти к файлу
MuthukumarK a0240782c4
Merge pull request #43 from Athiswaran-SF3980/master
911856: Update sample for vol3 2024
2024-10-15 13:25:03 +05:30
Common 911856: Update sample for vol3 2024 2024-09-25 09:43:26 +05:30
MAUI 911856: Update sample for vol3 2024 2024-09-25 09:43:26 +05:30
Server-side 891562: Add changes to only move the showcase app that's in live and then the updated README.md file's changes 2024-07-02 18:44:39 +05:30
wasm-side 891562: Add changes to only move the showcase app that's in live and then the updated README.md file's changes 2024-07-02 18:44:39 +05:30
.gitignore 891562: Need to move the latest changes to public repo 2024-06-28 14:59:32 +05:30
README.md 891562: Update README.md 2024-07-03 19:26:24 +05:30

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

  1. Clone this repository.
  2. 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.
  3. 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.