Castle logo

CASTLE UI

Search

K

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'

Copy

Basic Usage

Display a circular progress indicator with a specific value.

Copy

live example

Small Size

Render a smaller variant of the circular progress indicator for compact interfaces.

Copy

live example

Undefined value

Show a circular progress indicator with undefined values by not passing the value prop.

Copy

live example

Contents