Skip to main content
Version: 1.0.0

ProgressBar

@spartanfx/react v1.0.0


@spartanfx/react / 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
/>