Button Group variant and size props ()

This commit is contained in:
Elijah Ahianyo 2023-09-28 17:56:28 +00:00 committed by GitHub
parent 26885d98cf
commit 8326abf5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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