ποΈ MAUIsland
NET MAUI Control Gallery is an app that showcases all the .NET MAUI controls available for developers. It allows you to easily interact with them and see how they look and behave on different platforms. It also provides guidance, tips and tricks to help you use them effectively in your own apps. Designed by Snow Nhi
β οΈ Create appsettings.Development.json before run App
- Click right MAUIsland in Solution Explorer
- Select Add -> New Item -> only JSON File
- Set Name: appsettings.Development.json
- Click Add and copy the format below (You can leave the key value empty if you don't have the syncfusion key, but this will lead to a crash if you try to view syncfusion controls) Add the json settings from the issue:
{
"AppSettings": {
"SyncfusionKey": "Your_syncfustion_key"
}
}
π Features
- Browse through over 50 .NET MAUI controls organized by categories
- See live previews of each control on iOS, Android, Windows, and Mac
- Learn how to use each control with code snippets and documentation links
- Customize each controlβs properties and styles
- Copy code snippets to the clipboard and use them in your app
β¬οΈ Installation
To install .NET MAUI Control Gallery on your device or emulator/simulator:
- Clone or download this repository
- Open the solution file (.sln) in Visual Studio 2022 or later
- Select your target platform and device/emulator/simulator
- Create the appsettings.Development.json file this file will not contain any private key
- Build and run the app
We will publish our application on all platforms soon enough. Stay tuned!!!
β Support
If you need help with something or have an idea, feel free to start a Discussion or find us on Discord. If you have detailed repro steps, open an issue here instead.
π Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
Meet the contributors
Made with contrib.rocks.