LoadingIndicators.Avalonia 11.0.11.1

dotnet add package LoadingIndicators.Avalonia --version 11.0.11.1
                    
NuGet\Install-Package LoadingIndicators.Avalonia -Version 11.0.11.1
                    
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.11.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LoadingIndicators.Avalonia" Version="11.0.11.1" />
                    
Directory.Packages.props
<PackageReference Include="LoadingIndicators.Avalonia" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LoadingIndicators.Avalonia --version 11.0.11.1
                    
#r "nuget: LoadingIndicators.Avalonia, 11.0.11.1"
                    
#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.
#:package LoadingIndicators.Avalonia@11.0.11.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LoadingIndicators.Avalonia&version=11.0.11.1
                    
Install as a Cake Addin
#tool nuget:?package=LoadingIndicators.Avalonia&version=11.0.11.1
                    
Install as a Cake Tool

LoadingIndicators.Avalonia

Nuget

Demo

Online 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.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 (2)

Showing the top 2 popular GitHub repositories that depend on LoadingIndicators.Avalonia:

Repository Stars
qwqcode/SubRenamer
🎞 字幕文件批量改名和自动调轴工具 | Batch rename subtitle files to match video names with one-click.
MeltyPlayer/FinModelUtility
Model viewer and command-line tools for extracting models from various GCN/3DS/PC games en-masse.
Version Downloads Last Updated
11.0.11.1 14,021 7/6/2024
11.0.11 170 7/6/2024
11.0.10 3,308 3/7/2024
11.0.5.1 453 10/25/2023
11.0.5 257 10/25/2023

- Make indicators more like originals.