Pārlūkot izejas kodu

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

Masen Furer 1 gadu atpakaļ
vecāks
revīzija
a2e0807dc1
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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]