feat: enhance IconButton styles and add new button examples.

This commit is contained in:
Zhang Dian
2025-06-05 21:06:51 +08:00
parent 7805e04af4
commit 35b122b4e9
2 changed files with 188 additions and 111 deletions

View File

@@ -109,16 +109,19 @@
Value="{Binding SelectedPosition}" />
</StackPanel>
<u:IconButton
HorizontalAlignment="Left"
IsLoading="{Binding IsLoading2}"
IconPlacement="{Binding SelectedPosition}"
Icon="{StaticResource SemiIconCamera}"
Content="Hello Camera" />
<u:IconButton
HorizontalAlignment="Left"
IsLoading="{Binding IsLoading2}"
IconPlacement="{Binding SelectedPosition}"
Icon="🐼"
Content="Hello Panda" />
<u:IconButton
HorizontalAlignment="Left"
IsLoading="{Binding IsLoading2}"
IconPlacement="{Binding SelectedPosition}"
Content="Hello Panda">
@@ -130,6 +133,7 @@
</u:IconButton.Icon>
</u:IconButton>
<u:IconButton
HorizontalAlignment="Left"
IsLoading="{Binding IsLoading2}"
IconPlacement="{Binding SelectedPosition}"
Theme="{StaticResource SolidIconButton}"