---
meta:
title: Select
description: Selects allow you to choose items from a menu of predefined options.
layout: component
---
```html:preview
Option 1
Option 2
Option 3
Option 4
Option 5
Option 6
```
```jsx:react
import SlOption from '@shoelace-style/shoelace/dist/react/option';
import SlSelect from '@shoelace-style/shoelace/dist/react/select';
const App = () => (
Option 1
Option 2
Option 3
Option 4
Option 5
Option 6
);
```
:::tip
This component works with standard `