# XamlPlayground **Repository Path**: idealmatrix/XamlPlayground ## Basic Information - **Project Name**: XamlPlayground - **Description**: Xaml Playground - **Primary Language**: C# - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-23 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Avalonia Xaml Playground [![CI](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/build.yml/badge.svg)](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/build.yml) [![Deploy to GitHub Pages](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/pages.yml/badge.svg)](https://github.com/AvaloniaUI/XamlPlayground/actions/workflows/pages.yml) ![image](https://user-images.githubusercontent.com/2297442/195329309-f9a5dad0-db36-447b-9bcd-d6cf4e919cf8.png) ## Sharing Xaml XamlPlayground uses GitHub [gists](https://gist.github.com/) to publicly share your creations. The gist must contain a file named *Main.axaml* and optional *Main.axaml.cs* with code behind. To share a xaml with others you should do the following: * Create a gist with *Main.axaml*. * Create an optional gist with *Main.axaml.cs* * Append the gist ID to XamlPlayground URL. For example, to view [gist.github.com/6b6f586cecb37ada37da24c8e1fe408b](https://gist.github.com/6b6f586cecb37ada37da24c8e1fe408b) in XamlPlayground, use the URL [avaloniaui.github.io/XamlPlayground/6b6f586cecb37ada37da24c8e1fe408b](https://avaloniaui.github.io/XamlPlayground/6b6f586cecb37ada37da24c8e1fe408b). Example gists: * [gist.github.com/6b6f586cecb37ada37da24c8e1fe408b](https://gist.github.com/6b6f586cecb37ada37da24c8e1fe408b) ## Resources * [GitHub source code repository.](https://github.com/AvaloniaUI/XamlPlayground) ## License XamlPlayground is licensed under the [MIT license](LICENSE.md).