+
+ { if (values.length > 0) skin.set(values[0]); }}
+ options={[
+ { value: 'frosted', label: 'Frosted' },
+ { value: 'minimal', label: 'Minimal' },
+ ]}
+ aria-label="Select skin"
+ />
+
+
+ { if (values.length > 0) framework.set(values[0]); }}
+ options={[
+ { value: 'react', label: 'React' },
+ { value: 'html', label: 'HTML' },
+ ]}
+ aria-label="Select framework"
+ />
+
);
}
diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro
index 5b9de5f0..1e4cd272 100644
--- a/website/src/pages/index.astro
+++ b/website/src/pages/index.astro
@@ -46,7 +46,7 @@ const poster = `https://image.mux.com/${PLAYBACK_ID}/thumbnail.webp?time=0`;