Skip to content

Commit 595e080

Browse files
committed
Add audio component to API index.
1 parent 0c298d7 commit 595e080

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

hyperdiv_docs/pages/reference/components.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,15 @@ def reference_component(component_name):
203203
"tag",
204204
"tooltip",
205205
],
206-
"Media": ["image", "image_comparer", "avatar", "icon", "icon_button"],
206+
"Media": [
207+
"audio",
208+
"media_source",
209+
"image",
210+
"image_comparer",
211+
"avatar",
212+
"icon",
213+
"icon_button",
214+
],
207215
"Forms and Input": [
208216
"form",
209217
"button",

0 commit comments

Comments
 (0)