Fabulous.Avalonia.Labs
3.0.0-pre8
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
<PackageReference Include="Fabulous.Avalonia.Labs" Version="3.0.0-pre8" />
paket add Fabulous.Avalonia.Labs --version 3.0.0-pre8
#r "nuget: Fabulous.Avalonia.Labs, 3.0.0-pre8"
// 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")
Other useful links:
Additionally, we have the Fabulous Discord server where you can ask any of your Fabulous related questions.
Product | Versions 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. |
-
net8.0
- Avalonia.Labs.Controls (>= 11.2.0)
- Avalonia.Labs.Lottie (>= 11.2.0)
- Fabulous.Avalonia (>= 3.0.0-pre8)
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