Skip to main content

Progress-Spinner

Description

<jp-progress-spinner> is a circular indicator of progress and activity.


Attributes

NameRequiredTypeDescription
determinatebooleantrue - component renders as a progress bar
false - component renders as a spinner
progressnumberfrom 0 to 100
number indicating the progress
radiusnumberdetermines the size of the progress/spinner
strokenumberdetermines the thickness of the line
colorstringdetermines the color of the line


Slots

This component does not have any slots.



Methods

This component does not have any methods.



Events

This component does not have any events.



Demo

Live Editor
// import '../static/c/progress-spinner.wc.js';
// import '../static/c/progress-spinner.css';

<jp-progress-spinner determinate progress="33"></jp-progress-spinner>
Result
Loading...