diff --git a/src/demos.md b/src/demos.md
index d0d01fd7..d3d36e07 100644
--- a/src/demos.md
+++ b/src/demos.md
@@ -173,6 +173,7 @@ let iconType: "none" | "left" | "full" = $state("none");
x={position.startsWith("inner") ? "inner" : "right"}
y={position.endsWith("down") ? "down" : "up"}
onclick={() => {}}
+ id="splitbutton"
>
{#if iconType == "none"}
Hello
@@ -182,7 +183,7 @@ let iconType: "none" | "left" | "full" = $state("none");