An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![WinUI Gallery hero image](docs/images/WinUIGalleryLanding.PNG)


WinUI 3 Gallery

[![Build Status](https://dev.azure.com/ms/microsoft-ui-xaml/_apis/build/status%2Fmicrosoft.WinUI-Gallery?branchName=main)](https://dev.azure.com/ms/microsoft-ui-xaml/_build/latest?definitionId=612&branchName=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](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.


WinUI 3 Gallery




Store badge

## ⭐ 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!

[![WinUI 3 Gallery Contributors](https://contrib.rocks/image?repo=microsoft/WinUI-Gallery)](https://github.com/microsoft/WinUI-Gallery/graphs/contributors)

Made with [contrib.rocks](https://contrib.rocks).