syncfusion-aspnetcore-spinner
Installation
SKILL.md
Implementing Syncfusion ASP.NET Core Spinner
When to Use This Skill
Use this skill when your users need to:
- Display loading indicators during async operations (API calls, file uploads)
- Show progress feedback to prevent users from thinking the app is frozen
- Block user interaction on specific page sections
- Customize spinner appearance with colors, themes, or templates
- Target specific elements for spinner overlay rendering
- Manage spinner lifecycle (create, show, hide, destroy)
- Apply different spinner types (Material, Fabric, Bootstrap themes)
Spinner Overview
The Syncfusion Spinner is a lightweight loading indicator that appears over a target element to indicate ongoing processing. It's essential for providing visual feedback during async operations in web applications.