ProgressbarJs

UI Extension

progressbar.js provides responsive and slick animated progress bars with shape morphing for lines, circles, and custom paths.

Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #154
KEY FEATURES
Animated progress
Line/Circle/Semi-circle
Custom paths
SVG-based
Easing
Color transitions
Responsive
Usage Example

Here's how you'll use ProgressbarJs with Oorian once the extension is available:

Java
// Create and configure ProgressbarJs component
ProgressbarJs component = new ProgressbarJs();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, ProgressbarJsEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.