You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UWP Community Toolkit main NuGet package includes code only helpers for Colors, Internet Connection detection, Storage file handling, and a Stream helper class.
27
-
28
-
**Microsoft.Toolkit.Uwp**
29
-
30
-
### Notifications Package
31
-
32
-
Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax.
This NuGet package includes the service helpers for Bing, Facebook, and Twitter.
40
-
41
-
**Microsoft.Toolkit.Uwp.Services**
42
-
43
-
### UI Packages
44
-
Helpers and services that are built on top of Windows Composition layer to provide animations and XAML controls.
45
-
46
-
**Microsoft.Toolkit.Uwp.UI**
47
-
48
-
**Microsoft.Toolkit.Uwp.UI.Animations**
49
-
50
-
**Microsoft.Toolkit.Uwp.UI.Controls**
24
+
| NuGet Package Name | description |
25
+
| --- | --- |
26
+
|[Microsoft.Toolkit.Uwp]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp.htm)| Main NuGet package includes code only helpers for Colors, Internet Connection detection, Storage file handling, and a Stream helper class. |
27
+
|[Microsoft.Toolkit.Uwp.Notifications]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_Notifications.htm)| Notifications Package - Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax. |
28
+
| Microsoft.Toolkit.Uwp.Notifications.Javascript | Notification Packages for JavaScript |
29
+
|[Microsoft.Toolkit.Uwp.Services]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_Services.htm)| Services Package - This NuGet package includes the service helpers for Bing, Facebook, and Twitter. |
30
+
|[Microsoft.Toolkit.Uwp.UI]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_UI.htm)| UI Packages - XAML converters, Visual tree extensions and helpers for your XAML UI. |
31
+
|[Microsoft.Toolkit.Uwp.UI.Animations]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_UI_Animations.htm)| Animations and Composition behaviors such as Blur, Fade, Rotate, etc. |
32
+
|[Microsoft.Toolkit.Uwp.UI.Controls]({{site.baseurl}}/{{page.lang}}/api/Microsoft_Toolkit_Uwp_UI_Controls.htm)| XAML Controls such as RadialGauge, RangeSelector, etc. |
0 commit comments