Add button spinner_placement prop (#1871)

This commit is contained in:
Elijah Ahianyo 2023-09-26 17:24:38 +00:00 committed by GitHub
parent d1019fb977
commit 4e82102ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]