We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de244dd + 52f65f5 commit 67ef136Copy full SHA for 67ef136
examples/Demo/FluentUI.Demo.Client/Documentation/Components/AppBar/Examples/AppBarFromListOfApps.razor
@@ -1,5 +1,5 @@
1
<FluentStack Orientation="Orientation.Vertical" Style="height: 100%;">
2
- <FluentSwitch @bind-Value="_showSearch" CheckedMessage="Show" UncheckedMessage="Hide" Label="Show search in popover" />
+ <FluentSwitch @bind-Value="_showSearch" Label="Show search in popover" />
3
<div style="background-color: var(--colorNeutralBackground5); overflow: hidden; resize: vertical; height: 270px; width: 86px; padding: 10px;">
4
<FluentAppBar
5
Items="@_apps.OrderBy(a => a.Order)"
0 commit comments