Used to display progress in a circular format, providing visual feedback on ongoing processes or statuses.
The CircularProgress
component is highly customizable, supporting different sizes and dynamic values to fit various use cases.
Usage
Import
import { CircularProgress } from '@passfort/castle'content_copyCopy
Basic Usage
Display a circular progress indicator with a specific value.
content_copyCopy
live example
Small Size
Render a smaller variant of the circular progress indicator for compact interfaces.
content_copyCopy
live example
Undefined value
Show a circular progress indicator with undefined values by not passing the value prop.
content_copyCopy
live example