Add color prop to CircularProgress (#520)

This commit is contained in:
Cheesy-Brik 2023-02-12 11:27:55 -06:00 committed by GitHub
parent d57d9c78cf
commit cdf93ed004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,9 @@ class CircularProgress(ChakraComponent):
# The desired valueText to use in place of the value.
value_text: Var[str]
# The color name of the progress bar
color: Var[str]
@classmethod
def create(cls, *children, label=None, **props) -> Component:
"""Create a circular progress component.