https://github.com/microsoft/winui-gallery
This app demonstrates the controls available in WinUI and the Fluent Design System.
https://github.com/microsoft/winui-gallery
fluent fluent-design hacktoberfest uwp uwp-apps winrt winui xaml xaml-layout xaml-style xaml-theme xaml-winrt
Last synced: 11 days ago
JSON representation
This app demonstrates the controls available in WinUI and the Fluent Design System.
- Host: GitHub
- URL: https://github.com/microsoft/winui-gallery
- Owner: microsoft
- License: mit
- Created: 2018-11-01T18:24:11.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T08:41:48.000Z (13 days ago)
- Last Synced: 2025-04-09T19:04:39.257Z (12 days ago)
- Topics: fluent, fluent-design, hacktoberfest, uwp, uwp-apps, winrt, winui, xaml, xaml-layout, xaml-style, xaml-theme, xaml-winrt
- Language: C#
- Homepage:
- Size: 63.5 MB
- Stars: 3,019
- Watchers: 100
- Forks: 669
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

WinUI 3 Gallery[](https://dev.azure.com/ms/microsoft-ui-xaml/_build/latest?definitionId=612&branchName=main) [](http://makeapullrequest.com) [](https://github.com/your/your-project/blob/master/LICENSE)
### Accompanying Sample App for [WinAppSDK](https://github.com/microsoft/WindowsAppSDK)
This app demonstrates all of the WinUI 3 controls and styles available to make a modern Windows app with the [Windows App SDK](https://github.com/microsoft/WindowsAppSDK). It is the interactive companion to the [Fluent Design Guidelines](https://docs.microsoft.com/windows/apps/design/basics/) and shows the usage of the [WinUI](https://docs.microsoft.com/windows/apps/winui/) APIs.
![]()
## ⭐ Features
- **WinUI controls samples:** each control page shows the markup and codebehind used to create each example.
- **Use the Microsoft.UI.Xaml (WinUI) library:** the app includes the latest WinUI NuGet package and shows how to use the [WinUI](https://docs.microsoft.com/windows/apps/winui/) controls like NavigationView, SwipeControl, and more.
- **Adaptive UI:** in addition to showing how each control responds to different form factors, the app itself is responsive and shows various methods for achieving adaptive UI.
- **Design & accessibility guidance**: design and accessibility pages help make the gallery a useful developer companion app.
## 👏 Contribute to WinUI Gallery
Any samples or docs improvements you'd like to see? We're always looking for a helping hand. Feel free to file an issue to start the discussion, or even better, create a PR with the change you'd like to see!
Check out these [help wanted](https://github.com/microsoft/WinUI-Gallery/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) issues if you don't know where to start.
You can also learn more about current happenings with WinUI Gallery in the [project board](https://github.com/orgs/microsoft/projects/368).
## 🚀 Getting started
Quick start guide to building the WinUI 3 Gallery:
### 1. Set up the environment
> [!NOTE]
> The WinUI Gallery requires [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) or later to build and Windows 10 or later to execute. If you're building an app with WinUI and Windows App SDK for the first time, follow these [installation instructions](https://learn.microsoft.com/windows/apps/get-started/start-here).**Required [Visual Studio components](https://learn.microsoft.com/windows/apps/get-started/start-here?tabs=vs-2022-17-10#required-workloads-and-components):**
- Windows application development### 2. Clone the Repository
```shell
git clone https://github.com/microsoft/WinUI-Gallery.git
```### 3. Open WinUIGallery.sln with Visual Studio and build!
Ensure that the `WinUIGallery` project is set as the startup project in Visual Studio.
## ➡️ Further information
To learn more about Windows app development, go to the [Windows Dev Center](https://developer.microsoft.com/windows).
### Related topics
- [Get started with WinUI](https://learn.microsoft.com/windows/apps/get-started/start-here)
- [About WinUI](https://aka.ms/windev)
- [WinUI repository](https://github.com/microsoft/microsoft-ui-xaml)
- [WindowsAppSDK repository](https://github.com/microsoft/WindowsAppSDK)
- [WindowsAppSDK samples](https://github.com/microsoft/WindowsAppSDK-Samples)## 🏆 Contributors
Thanks to our amazing contributors](https://github.com/microsoft/WinUI-Gallery/graphs/contributors)
Made with [contrib.rocks](https://contrib.rocks).