feat: update demo.

This commit is contained in:
rabbitism
2024-02-15 02:53:27 +08:00
parent 7102a63fe8
commit b38b5deefa
2 changed files with 4 additions and 1 deletions

View File

@@ -13,5 +13,8 @@
<u:DisableContainer DisabledTip="This is disabled. ">
<Calendar IsEnabled="{Binding #s.IsChecked}"></Calendar>
</u:DisableContainer>
<u:DisableContainer>
<Calendar IsEnabled="{Binding #s.IsChecked}"></Calendar>
</u:DisableContainer>
</StackPanel>
</UserControl>

View File

@@ -17,7 +17,7 @@ public class MenuViewModel: ViewModelBase
new() { MenuHeader = "Button Group", Key = MenuKeys.MenuKeyButtonGroup, Status = "Updated"},
new() { MenuHeader = "Class Input", Key = MenuKeys.MenuKeyClassInput, Status = "New" },
new() { MenuHeader = "Dialog", Key = MenuKeys.MenuKeyDialog },
new() { MenuHeader = "Disable Container", Key = MenuKeys.MenuKeyDisableContainer },
new() { MenuHeader = "Disable Container", Key = MenuKeys.MenuKeyDisableContainer, Status = "New"},
new() { MenuHeader = "Divider", Key = MenuKeys.MenuKeyDivider },
new() { MenuHeader = "Drawer", Key = MenuKeys.MenuKeyDrawer },
new() { MenuHeader = "DualBadge", Key = MenuKeys.MenuKeyDualBadge },