Explorar o código

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

Masen Furer hai 1 ano
pai
achega
a2e0807dc1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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]