![]() |
VOOZH | about |
dotnet add package Blazorade.Mermaid --version 2.0.2
NuGet\Install-Package Blazorade.Mermaid -Version 2.0.2
<PackageReference Include="Blazorade.Mermaid" Version="2.0.2" />
<PackageVersion Include="Blazorade.Mermaid" Version="2.0.2" />Directory.Packages.props
<PackageReference Include="Blazorade.Mermaid" />Project file
paket add Blazorade.Mermaid --version 2.0.2
#r "nuget: Blazorade.Mermaid, 2.0.2"
#:package Blazorade.Mermaid@2.0.2
#addin nuget:?package=Blazorade.Mermaid&version=2.0.2Install as a Cake Addin
#tool nuget:?package=Blazorade.Mermaid&version=2.0.2Install as a Cake Tool
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.
Blazorade.Core to version 4.0.0, which targets .NET 8. The previous version of Blazorade.Core targeted .NET 6.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. |
Showing the top 3 NuGet packages that depend on Blazorade.Mermaid:
| Package | Downloads |
|---|---|
|
MudraX.XAF.Editors.Blazor
Editor.Blazor module for Devexpress XAF |
|
|
Xeku.Editors.Blazor
XAF Editors module for Blazor. |
|
|
Frank.Blazor.Mermaid
Wrapper for Blazorade Mermaid |
Showing the top 1 popular GitHub repositories that depend on Blazorade.Mermaid:
| Repository | Stars |
|---|---|
|
weibaohui/blazork8s
manage k8s using c# blazor enhance by chatgpt ,try something new !使用blazor技术开发的内置OpenAI GPT的k8s 管理界面
|
For details about this release, check out the release notes on Nuget at Blazorade.Mermaid.