The jQWidgets framework is available as a NuGet package. NuGet is the package manager for the Microsoft development platform including .NET. Here is how to get the jQWidgets NuGet package in your Visual Studio project:
In Visual Studio, go to Tools → NuGet Package Manager → Package Manager Console. Run the following command in the Package Manager Console:
PM> Install-Package jQWidgets_Framework
In Visual Studio, go to Tools → NuGet Package Manager → Manage NuGet Packages for Solution... Type jQWidgets in the search box. Install the package jQWidgets (with Id: jQWidgets_Framework). This is the only official jQWidgets NuGet package.
After the installation has finished, you can find the jQWidgets files in the folder
jqwidgets
in the root of your project.