damian-666 / Avalonia.Labs

Experimental Controls for Avalonia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Experimental Controls for Avalonia

License:MIT License


Languages

Language:C# 100.0%