ProgressSpinner

ProgressSpinner is a process status indicator.

import { ProgressSpinnerModule } from 'primeng/progressspinner';

An infinite spin animation is displayed by default.

ProgressSpinner can be customized with styling property like strokeWidth and fill.

Screen Reader

ProgressSpinner components uses progressbar role. Value to describe the component can be defined using aria-labelledby and aria-label props.

<p-progress-spinner aria-label="Loading"></p-progress-spinner>

Keyboard Support

Component does not include any interactive elements.

Figma UI Kit
The official Figma UI Kit for Prime UI libraries, the essential resource for designing with PrimeOne components.