agentsclimarketplace

Syncfusion maui busy indicator

Skill syncfusion/maui-ui-components-skills/skills/syncfusion-maui-busy-indicator

Skills for Syncfusion .NET MAUI components. Enable AI-assisted development with comprehensive documentation, code examples, and best practices for 100+ UI controls including DataGrid, Charts, Scheduler, and more.

Install
npx -y skills add syncfusion/maui-ui-components-skills --skill syncfusion-maui-busy-indicator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Implements Syncfusion .NET MAUI Busy Indicator (SfBusyIndicator) for showing loading states, data processing, and app activity indicators. Use when displaying loading indicators, busy animations, activity spinners, or processing feedback in .NET MAUI apps. Covers busy indicator setup, animations, and visual feedback during long-running operations.

SKILL.md

4.2 KB, as published. Nobody here has run it

Implementing Busy Indicators

The Syncfusion .NET MAUI Busy Indicator (SfBusyIndicator) provides visual feedback during app loading, data processing, and other time-consuming operations. It offers 7 built-in animation types, extensive customization options, and a simple API for controlling loading states.

When to Use This Skill

Use this skill when you need to:

  • Display loading states during data fetching, API calls, or initialization
  • Show processing feedback for long-running operations
  • Implement activity indicators with custom animations and styling
  • Add busy overlays to prevent user interaction during processing
  • Create branded loading experiences with custom colors, sizes, and titles
  • Control animation states dynamically based on application logic
  • Provide visual feedback that improves perceived performance

Common scenarios: Login screens, data synchronization, file uploads, search operations, report generation, async operations, and any task requiring user patience.

Component Overview

Key Capabilities:

  • 7 Animation Types: CircularMaterial, LinearMaterial, Cupertino, SingleCircle, DoubleCircle, Globe, HorizontalPulsingBox
  • Full Customization: Colors, sizes, speeds, overlay backgrounds
  • Title Support: Configurable text with font customization and placement options
  • State Control: Start/stop animations programmatically with IsRunning property
  • Responsive Design: Auto-scaling fonts and adaptive sizing
  • Overlay Support: Optional background overlays with gradient support

Documentation and Navigation Guide

Getting Started

πŸ“„ Read: references/getting-started.md

When to read: First-time implementation, project setup, package installation

What you'll learn:

  • Installing Syncfusion.Maui.Core NuGet package
  • Registering handlers in MauiProgram.cs
  • Creating your first busy indicator
  • Basic XAML and C# implementation

Animation Types

πŸ“„ Read: references/animation-types.md

When to read: Choosing visual style, implementing specific animation types

What you'll learn:

  • All 7 built-in animation types with examples
  • CircularMaterial (Android Material Design style)
  • LinearMaterial (horizontal progress bar style)
  • Cupertino (iOS-style spinner)
  • SingleCircle, DoubleCircle (concentric circle animations)
  • Globe (3D globe rotation effect)
  • HorizontalPulsingBox (pulsing box animation)
  • Visual comparisons and use cases

Customization

πŸ“„ Read: references/customization.md

When to read: Styling indicators, adjusting colors/sizes, setting animation speed

What you'll learn:

  • Indicator color customization (IndicatorColor)
  • Overlay background styling (OverlayFill)
  • Gradient backgrounds with Brush types
  • Animation duration control (DurationFactor: 0-1)
  • Indicator sizing (SizeFactor: 0-1)
  • Complete styling examples

Title Configuration

πŸ“„ Read: references/title-configuration.md

When to read: Adding text labels, customizing fonts, positioning titles

What you'll learn:

  • Setting title text (Title property)
  • Text color customization (TextColor)
  • Title placement (Top, Bottom, None)
  • Spacing control (TitleSpacing)
  • Font customization (size, attributes, family)
  • Auto-scaling support

Controlling Animation State

πŸ“„ Read: references/controlling-state.md

When to read: Starting/stopping animations, managing visibility, dynamic control

What you'll learn:

  • IsRunning property usage
  • Starting and stopping animations
  • Default behavior (false)
  • Binding to ViewModel properties
  • Event-driven state management

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.