Skip to content

MudExSvg

SVG component for rendering and manipulating SVG graphics.

Features

  • SVG Rendering - Display SVG content
  • Dynamic Updates - Update SVG programmatically
  • Styling Support - Apply custom styles

Basic Usage

<MudExSvg Content="@svgContent" />

@code {
    private string svgContent = "<svg>...</svg>";
}