# Select
[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 `