LoadingIndicators.Avalonia 11.0.10

dotnet add package LoadingIndicators.Avalonia --version 11.0.10
NuGet\Install-Package LoadingIndicators.Avalonia -Version 11.0.10
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="LoadingIndicators.Avalonia" Version="11.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LoadingIndicators.Avalonia --version 11.0.10
#r "nuget: LoadingIndicators.Avalonia, 11.0.10"
#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 LoadingIndicators.Avalonia as a Cake Addin
#addin nuget:?package=LoadingIndicators.Avalonia&version=11.0.10

// Install LoadingIndicators.Avalonia as a Cake Tool
#tool nuget:?package=LoadingIndicators.Avalonia&version=11.0.10

LoadingIndicators.Avalonia

Nuget

Demo

LoadingIndicators.Avalonia is an adaptation for Avalonia of the LoadingIndicators.WPF collection of 9 animated loading indicators.

Themes

  • Arc
  • Arcs
  • Arcs Ring
  • Double Bounce
  • FlipPlane
  • Pulse
  • Ring
  • Three Dots
  • Wave

Features

  • Easy activation/deactivation
  • Easy theme change
  • Adjustable animation speed

Usage

  1. Add resources in App.axaml
<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceInclude Source="avares://LoadingIndicators.Avalonia/LoadingIndicators.axaml" />
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>
  1. Include namespace
<Window ...
        xmlns:li="using:LoadingIndicators.Avalonia">
  1. Add indicator and select mode
<li:LoadingIndicator IsActive="{Binding IsBusy}" Mode="Arcs" SpeedRatio="1.2" />
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
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
11.0.10 249 3/7/2024
11.0.5.1 301 10/25/2023
11.0.5 154 10/25/2023

- Remove netstandard 2.1 support.
- Add .NET 8 support.
- Default indicators color
- NativeAOT support