Ivy.Widgets.AnimatedStatusLabel 1.3.21

dotnet add package Ivy.Widgets.AnimatedStatusLabel --version 1.3.21
                    
NuGet\Install-Package Ivy.Widgets.AnimatedStatusLabel -Version 1.3.21
                    
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="Ivy.Widgets.AnimatedStatusLabel" Version="1.3.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ivy.Widgets.AnimatedStatusLabel" Version="1.3.21" />
                    
Directory.Packages.props
<PackageReference Include="Ivy.Widgets.AnimatedStatusLabel" />
                    
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 Ivy.Widgets.AnimatedStatusLabel --version 1.3.21
                    
#r "nuget: Ivy.Widgets.AnimatedStatusLabel, 1.3.21"
                    
#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 Ivy.Widgets.AnimatedStatusLabel@1.3.21
                    
#: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=Ivy.Widgets.AnimatedStatusLabel&version=1.3.21
                    
Install as a Cake Addin
#tool nuget:?package=Ivy.Widgets.AnimatedStatusLabel&version=1.3.21
                    
Install as a Cake Tool

Ivy.Widgets.AnimatedStatusLabel

A small status label widget with a shimmering text animation and a spinning leading icon. Intended as a lightweight "working…" indicator — drop it anywhere a long-running operation is in progress.

Installation

dotnet add package Ivy.Widgets.AnimatedStatusLabel

Usage

using Ivy.Widgets.AnimatedStatusLabel;

// While running
new AnimatedStatusLabel("Setting up verifications…", isComplete: false)

// Completed
new AnimatedStatusLabel("Done", isComplete: true)
    .RightLabel("4.2s")

Props

Prop Type Default Description
StatusText string "" The status text. Shimmer animates while not complete.
IsComplete bool false When true, drops the shimmer and shows a static done state.
ShowIcon bool true Leading icon (spinner while running, check when complete).
RightLabel string? null Optional right-aligned label.

Development

cd frontend && pnpm install && pnpm build
cd .. && dotnet build
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.
  • net10.0

    • Ivy (>= 1.3.21)

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ivy.Widgets.AnimatedStatusLabel:

Repository Stars
Ivy-Interactive/Ivy-Tendril
AI agents can now write 99% of the code. This changes what it means to be a developer. Our role shifts to knowing "what good looks like". To do that, we need completely new developer tools. Tendril is what replaces your IDE in an agentic era.
Version Downloads Last Updated
1.3.21 359 8/18/2026
1.3.20 115 8/13/2026
1.3.17 160 8/2/2026
1.3.16 522 7/28/2026
1.3.15 169 7/26/2026
1.3.13 164 7/25/2026
1.3.12 113 7/23/2026
1.3.11 107 7/23/2026
1.3.10 107 7/18/2026
1.3.9 119 7/14/2026
1.3.8 234 7/10/2026
1.3.7 111 7/10/2026
1.3.6 125 7/3/2026
1.3.5 134 7/3/2026
1.3.4 146 7/2/2026
1.3.3 118 7/2/2026
1.3.2 108 7/2/2026
1.3.1 172 6/29/2026
1.3.0 119 6/29/2026
1.2.72 136 6/27/2026
Loading failed