Chakra IconButton comes from "@chakra-ui/button@2.1.0" package (#2465)

This commit is contained in:
Masen Furer 2024-01-26 14:10:51 -08:00 committed by GitHub
parent 4219a78e7c
commit a2e0807dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ class IconButton(Text):
"""A button with an icon."""
tag = "IconButton"
library = "@chakra-ui/button@2.1.0"
# The type of button.
type: Var[str]