浏览代码

Add alt tag for images (#1524)

Nikhil Rao 1 年之前
父节点
当前提交
9d53f4c1e1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      reflex/components/media/image.py

+ 3 - 0
reflex/components/media/image.py

@@ -42,6 +42,9 @@ class Image(ChakraComponent):
     # The path/url to the image or PIL image object.
     src: Var[Any]
 
+    # The alt text of the image.
+    alt: Var[str]
+
     # Provide multiple sources for an image, allowing the browser
     # to select the most appropriate source based on factors like
     # screen resolution and device capabilities.