浏览代码

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

Masen Furer 1 年之前
父节点
当前提交
a2e0807dc1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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]