syncfusion-javascript-buttons
Installation
SKILL.md
Syncfusion JavaScript Buttons
ProgressButton
The Syncfusion EJ2 JavaScript ProgressButton visualizes the progression of an operation, indicating to the user that a background process is running. It supports a background filler UI, spinner customization, content animation, progress events, and programmatic start/stop control.
Navigation Guide
Getting Started
📄 Read: references/getting-started.md
- Install
@syncfusion/ej2-splitbuttonsand set up dependencies - Initialize ProgressButton with
new ProgressButton({...}) - TypeScript setup via webpack quickstart
- Add CSS/theme references (local and CDN)
- Enable the background filler with
enableProgress: true - Minimal working ES5 and TypeScript examples