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 2bd87ca commit 1158497Copy full SHA for 1158497
src/BootstrapBlazor.Server/Components/Samples/Buttons.razor
@@ -5,6 +5,10 @@
5
6
<h4>@Localizer["Description"]</h4>
7
8
+<DemoBlock Title="@Localizer["ToggleButton"]" Introduction="@Localizer["ToggleIntroduction"]" Name="Toggle">
9
+ <ToggleButton Text="Toggle" Color="Color.Danger"></ToggleButton>
10
+</DemoBlock>
11
+
12
<DemoBlock Title="@Localizer["Block1Title"]" Introduction="@Localizer["Block1Intro"]" Name="Normal">
13
<div class="row g-3">
14
<div class="col-6 col-sm-4 col-md-3 col-lg-auto"><Button OnClick="@ButtonClick" Color="Color.Primary">@Localizer["PrimaryButton"]</Button></div>
0 commit comments