feat: implement most feature.

This commit is contained in:
Dong Bin
2025-04-18 17:32:19 +08:00
parent 713c1731c9
commit 2a081c0f95
4 changed files with 157 additions and 101 deletions

View File

@@ -10,9 +10,8 @@
x:Class="Ursa.Demo.Pages.PopConfirmDemo">
<StackPanel HorizontalAlignment="Left">
<u:PopConfirm PopupHeader="Header" PopupContent="Content"
ConfirmCommand="{Binding Path=ConfirmCommand}"
CancelCommand="{Binding Path=CancelCommand}"
>
ConfirmCommand="{Binding ConfirmCommand}"
CancelCommand="{Binding Path=CancelCommand}" >
<Button Content="Hello World"></Button>
</u:PopConfirm>
</StackPanel>