Skip to content

Commit

Permalink
Merge pull request #932 from ricaun/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pomianowski authored Feb 5, 2024
2 parents 4c4e6a9 + 939e2bb commit bff393b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,16 @@ public partial class MainWindow
Now you can create fantastic apps, e.g. with one button:

```xml
<ui:UiWindow
<ui:FluentWindow
...
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml">
<Grid>
<ui:Button
Content="Hello World"
Icon="Fluent24"/>
</Grid>
</ui:UiWindow>
<StackPanel>
<ui:TitleBar Title="WPF UI"/>
<ui:Card Margin="8">
<ui:Button Content="Hello World" Icon="{ui:SymbolIcon Fluent24}" />
</ui:Card>
</StackPanel>
</ui:FluentWindow>
```

## Special thanks
Expand Down

0 comments on commit bff393b

Please sign in to comment.