diff --git a/docs/components/select.md b/docs/components/select.md
index 79ab2ddf8..3badbc8b8 100644
--- a/docs/components/select.md
+++ b/docs/components/select.md
@@ -3,35 +3,432 @@
[component-header:sl-select]
```html preview
-
-
-
+
+ Option 1
+ Option 2
+ Option 3
+ Option 4
+ Option 5
+ Option 6
+
```
+
+```jsx react
+import { SlOption, SlSelect } from '@shoelace-style/shoelace/dist/react';
+
+const App = () => (
+
+ Option 1
+ Option 2
+ Option 3
+ Option 4
+ Option 5
+ Option 6
+
+);
+```
+
+?> This component works with standard `