✨ Announcing our seed funding led by Lux Capital! Read more about it on our blog
DocsBlogChangelog

Search documentation...

/

Star

12k+

[ Learn ]

[ Concepts ]

[ Reference ]

CircularProgress


The CircularProgress component is used to indicate the progress for determinate and indeterminate processes. Determinate progress: fills the circular track with color, as the indicator moves from 0 to 360 degrees. Indeterminate progress: grows and shrinks the indicator while moving along the circular track.
50
rx.hstack(
    rx.circular_progress(value=0),
    rx.circular_progress(value=25),
    rx.circular_progress(
        rx.circular_progress_label(50), value=50
    ),
    rx.circular_progress(value=75),
    rx.circular_progress(value=100),
    rx.circular_progress(is_indeterminate=True),
)

CircularProgress


The CircularProgress component is used to indicate the progress for determinate and indeterminate processes.


  • Base Event Triggers

CircularProgressLabel


Label of CircularProcess.


  • No props for CircularProgressLabel.

  • Base Event Triggers

← AlertProgress →

Copyright © 2023 Pynecone, Inc.