Get started

This article covers how to get started using the packages provided as part of the Windows Community Toolkit project.

Adding the NuGet package(s)

The toolkit is available as a set of NuGet packages that can be added to any existing or new project using Visual Studio.

  1. Open an existing project, or create a new project for the framework you're working with:

  2. In the Solution Explorer panel, right click on your project name and select Manage NuGet Packages.

    For UWP/WinUI2 or Uno.UI based projects, search for CommunityToolkit.Uwp, and choose the desired NuGet Package from the list.

    For Windows App SDK/WinUI3 or Uno.WinUI based projects, search for CommunityToolkit.WinUI instead.

    Manage NuGet Packages...

  3. Choose the components that are most appropriate for your needs from the list and install.

    You can see the available component packages listed on the left-hand table-of-contents.

  4. Regardless of the package/framework you're using, namespaces will begin with CommunityToolkit.WinUI.

Other Resources

Download the Windows Community Toolkit Gallery from the Windows store to see the controls in an actual app.

Visit the Windows Community Toolkit Github Repository to see the current source code, what is coming next, and clone the repository. Community contributions are welcome! If you have an idea for a new feature, check out Windows Community Toolkit Labs for the latest experiments and process for proposing new features.