Fabulous.Avalonia.Labs 3.0.0-pre8

This is a prerelease version of Fabulous.Avalonia.Labs.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Fabulous.Avalonia.Labs --version 3.0.0-pre8                
NuGet\Install-Package Fabulous.Avalonia.Labs -Version 3.0.0-pre8                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fabulous.Avalonia.Labs" Version="3.0.0-pre8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fabulous.Avalonia.Labs --version 3.0.0-pre8                
#r "nuget: Fabulous.Avalonia.Labs, 3.0.0-pre8"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fabulous.Avalonia.Labs as a Cake Addin
#addin nuget:?package=Fabulous.Avalonia.Labs&version=3.0.0-pre8&prerelease

// Install Fabulous.Avalonia.Labs as a Cake Tool
#tool nuget:?package=Fabulous.Avalonia.Labs&version=3.0.0-pre8&prerelease                

Fabulous.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.

NOTE: This package is not yet stable and is subject to change.

How to use

  • Add the Fabulous.Avalonia.Labs package to your project.
  • Open Fabulous.Avalonia namespace at the top of the file.

Controls

AsyncImage
VStack() {
    AsyncImage(ImageSource.fromString("avares://Gallery/Assets/Icons/fsharp-icon.png"))

    AsyncImage("https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png")
}
Lottie
Lottie("lottie-file.json")

Additionally, we have the Fabulous Discord server where you can ask any of your Fabulous related questions.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-pre9 33 1/17/2025
3.0.0-pre8 47 12/27/2024

### Changed
- Add support for  by @h0lg in https://github.com/fabulous-dev/Fabulous.Avalonia/pull/245
- Add support for  in https://github.com/fabulous-dev/Fabulous.Avalonia/pull/272
- Add support for  3.0.0-pre17