diff --git a/reflex/components/chakra/forms/iconbutton.py b/reflex/components/chakra/forms/iconbutton.py index 1a6571175..10e3d3a6f 100644 --- a/reflex/components/chakra/forms/iconbutton.py +++ b/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]