Przeglądaj źródła

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

Masen Furer 1 rok temu
rodzic
commit
a2e0807dc1
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      reflex/components/chakra/forms/iconbutton.py

+ 1 - 0
reflex/components/chakra/forms/iconbutton.py

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