diff --git a/src/core/menu/components.mjs b/src/core/menu/components.mjs
index 277ef9c..b7566b1 100644
--- a/src/core/menu/components.mjs
+++ b/src/core/menu/components.mjs
@@ -127,7 +127,8 @@ function List({ description }, ...children) {
return html`
<${Search} items=${children} />
${children}
@@ -215,8 +216,8 @@ function Mod({
})}
@@ -286,8 +287,8 @@ function Option({ type, value, description, _get, _set, ...props }) {
${label}
${type === "text" ? $input : ""}
diff --git a/src/core/menu/index.html b/src/core/menu/index.html
index 25e951c..e9dd59c 100644
--- a/src/core/menu/index.html
+++ b/src/core/menu/index.html
@@ -10,9 +10,60 @@
-
-
+
+