![]() |
VOOZH | about |
dotnet add package Dynabyte.Mermaid --version 1.3.0-dynabyte02
NuGet\Install-Package Dynabyte.Mermaid -Version 1.3.0-dynabyte02
<PackageReference Include="Dynabyte.Mermaid" Version="1.3.0-dynabyte02" />
<PackageVersion Include="Dynabyte.Mermaid" Version="1.3.0-dynabyte02" />Directory.Packages.props
<PackageReference Include="Dynabyte.Mermaid" />Project file
paket add Dynabyte.Mermaid --version 1.3.0-dynabyte02
#r "nuget: Dynabyte.Mermaid, 1.3.0-dynabyte02"
#:package Dynabyte.Mermaid@1.3.0-dynabyte02
#addin nuget:?package=Dynabyte.Mermaid&version=1.3.0-dynabyte02&prereleaseInstall as a Cake Addin
#tool nuget:?package=Dynabyte.Mermaid&version=1.3.0-dynabyte02&prereleaseInstall as a Cake Tool
This project is a fork of Blazorade.Mermaid © 2024 Mika Berglund, licensed under the MIT License.
Blazorade Mermaid is a library that allows you to easily add Mermaid diagrams to your Blazor application. You don't have to bother with importing the JavaScript library, or calling the right JavaScript functions in the Mermaid library at the right time.
You just add the MermaidDiagram component to your application, set its Code parameter to the Mermaid code you want to render as a diagram, the Blazorade Mermaid takes care of the rest.
Please refer to the Blazorade Mermaid wiki for information on how to get started with the library.
Please note that this library is still in beta phase, and the wiki is still heavily under construction. However, using Blazorade is pretty simple.
Blazorade.Mermaidusing statement to the following namespace: Blazorade.Mermaid.Components<MermaidDiagram /> to the page or component where you want to display a diagram.Definition property of the MermaidDiagram component to the Mermaid Code you want to render as a diagram.Blazorade Mermaid will take care of the rest for you.
HtmlRender component for use with dynamically generated and changing HTML content that potentially contains Mermaid diagram definitions.blazoradeMermaid.jssecurityLevel for the rendered Mermaid diagrams.MermaidRender component which can be added on a page to render Mermaid definitions published mixed with other HTML content. Read more about how to use this component on the wiki.The first stable version of Blazorade Mermaid.
Code parameter on the MermaidDiagram component to Definition to better match the terminology on the Mermaid website.MermaidDiagram component with the character m to ensure that it never starts with a digit. id attributes for HTML elements MUST start with a letter, not a digit.The first published prerelease of the library.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.0-dynabyte02 | 213 | 6/17/2025 |
| 1.3.0-dynabyte01 | 175 | 6/17/2025 |
Same as Master, but without prerendering, which caused JS exceptions