diff --git a/reflex/components/forms/button.py b/reflex/components/forms/button.py index 5c336f8e8..94679c8d9 100644 --- a/reflex/components/forms/button.py +++ b/reflex/components/forms/button.py @@ -40,6 +40,11 @@ class Button(ChakraComponent): # | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram" color_scheme: Var[str] + # Position of the loading spinner. + # Options: + # "start" | "end" + spinner_placement: Var[str] + # The type of button. type_: Var[str]