We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f394087 commit b9971c4Copy full SHA for b9971c4
src/BootstrapBlazor.Server/Components/Samples/SvgEditors.razor
@@ -3,6 +3,8 @@
3
4
<h3>@Localizer["SvgEditorTitle"]</h3>
5
6
+<PackageTips Name="BootstrapBlazor.SvgEditor" />
7
+
8
<DemoBlock Title="@Localizer["BasicTitle"]" Introduction="@Localizer["BasicIntro"]">
9
<SvgEditor OnSaveChanged="@OnSaveChanged"></SvgEditor>
10
<ConsoleLogger @ref="Console" class="mt-3"></ConsoleLogger>
0 commit comments