# Select Use this when you want to give users a predefined list of options to choose from. ```tsx import React from 'react'; import { render, Select, } from '@shopify/ui-extensions-react/admin'; render('Playground', () => ); function App() { const [value, setValue] = React.useState('2'); return (