We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdcd20 commit f49e727Copy full SHA for f49e727
1 file changed
README.md
@@ -33,7 +33,7 @@ There are **two** options to integrate Lottie animations into your **WinUI 3** o
33
```xml
34
...
35
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
36
- xmlns:lottie="using:CommunityToolkit.Uwp.Lottie"
+ xmlns:lottie="using:CommunityToolkit.WinUI.Lottie"
37
38
<muxc:AnimatedVisualPlayer>
39
<lottie:LottieVisualSource UriSource="<asset path or web link to a json file>" />
0 commit comments