Add button spinner_placement prop (#1871)
This commit is contained in:
parent
d1019fb977
commit
4e82102ad0
@ -40,6 +40,11 @@ class Button(ChakraComponent):
|
|||||||
# | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram"
|
# | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram"
|
||||||
color_scheme: Var[str]
|
color_scheme: Var[str]
|
||||||
|
|
||||||
|
# Position of the loading spinner.
|
||||||
|
# Options:
|
||||||
|
# "start" | "end"
|
||||||
|
spinner_placement: Var[str]
|
||||||
|
|
||||||
# The type of button.
|
# The type of button.
|
||||||
type_: Var[str]
|
type_: Var[str]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user