Skip to content

homov/Avalonia.Labs

 
 

Repository files navigation

Labs Header

Avalonia Labs

Experimental Controls for Avalonia.

This repository serves as a staging ground for new controls for Avalonia, with the intention of including them in the core AvaloniaUI controls. The controls available here are unstable and are suspected to breaking changes as they are being worked on.

Usage

Add the Avalonia.Labs.Controls.ControlThemes theme after your main app theme in App.xaml.cs.

<Application xmlns="https://github.com/avaloniaui"
             xmlns:labs="using:Avalonia.Labs.Controls"
             ...
             />
    <Application.Styles>
        <FluentTheme/>
        <labs:ControlThemes/>
    </Application.Styles>

Available Controls

Nightly Builds

Nightly builds are published on the Avalonia Nightly feed. Instructions for using them can be found here https://github.com/AvaloniaUI/Avalonia/wiki/Using-nightly-build-feed

About

Experimental Controls for Avalonia

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%