Skip to main content
Version: 2.1.4

ProgressBar

3p-core v2.1.4


3p-core / ProgressBar

Variable: ProgressBar

const ProgressBar: React.FunctionComponent<IProgressBarProps>

Renders a customizable progress bar with optional labels, percentage/value display, and styling hooks.

Useful in file uploads, task completion indicators, and asynchronous operations in SharePoint or general React apps.

Example

<ProgressBar
label="Uploading..."
current={30}
total={100}
showValue
showAsPercentage
/>