7583c3e208 | ||
---|---|---|
.github | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
Directory.Build.props | ||
LICENSE.md | ||
README.md | ||
XamlPlayground.sln | ||
global.json | ||
nuget.config |
README.md
Avalonia Xaml Playground
Sharing Xaml
XamlPlayground uses GitHub gists to publicly share your creations.
The gist must contain a file named Main.axaml.
To share a xaml with others you should do the following:
- Create a gist with Main.xaml.
- Append the gist ID to XamlPlayground URL. For example, to view gist.github.com/6b6f586cecb37ada37da24c8e1fe408b in XamlPlayground, use the URL wieslawsoltes.github.io/XamlPlayground/6b6f586cecb37ada37da24c8e1fe408b.
Example gists:
Resources
License
XamlPlayground is licensed under the MIT license.