Button Group variant and size props (#1873)
This commit is contained in:
parent
26885d98cf
commit
8326abf5d5
@ -65,3 +65,9 @@ class ButtonGroup(ChakraComponent):
|
||||
|
||||
# The spacing between the buttons.
|
||||
spacing: Var[int]
|
||||
|
||||
# "lg" | "md" | "sm" | "xs"
|
||||
size: Var[str]
|
||||
|
||||
# "ghost" | "outline" | "solid" | "link" | "unstyled"
|
||||
variant: Var[str]
|
||||
|
Loading…
Reference in New Issue
Block a user