React-sim
GitHub

Select

Select is a drop-down menu with a limited number of options.

Select takes the following props:

<Model
showTimer={false}
initialParams={{ options: 'jet' }}
controls={[
{
type: 'select',
label: 'Choose one',
param: 'options',
options: ['jet', 'set', 'radio'],
},
]}
/>

Select and Radio can be used together on the same param

Edit this page on GitHub
Previous:
Radio
Next:
Input
React-SimGitHub