Skip to content

Commit

Permalink
updated pyi file
Browse files Browse the repository at this point in the history
  • Loading branch information
wassafshahzad committed Sep 16, 2024
1 parent 39f1bcd commit acc0cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reflex/components/radix/themes/components/progress.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class Progress(RadixThemesComponent):
]
] = None,
duration: Optional[Union[Var[str], str]] = None,
fill_color: Optional[Union[Var[str], str]] = None,
style: Optional[Style] = None,
key: Optional[Any] = None,
id: Optional[Any] = None,
Expand Down Expand Up @@ -162,6 +163,7 @@ class Progress(RadixThemesComponent):
high_contrast: Whether to render the progress bar with higher contrast color against background
radius: Override theme radius for progress bar: "none" | "small" | "medium" | "large" | "full"
duration: The duration of the progress bar animation. Once the duration times out, the progress bar will start an indeterminate animation.
fill_color: The color of the progress bar fill animation.
style: The style of the component.
key: A unique key for the component.
id: The id for the component.
Expand Down

0 comments on commit acc0cde

Please sign in to comment.