--- description: The select component is used to create a dropdown list of options --- ## Usage ::ComponentPreview --- props: placeholder: huh? options: [{label: 'Option 1', value: 'option1'}, {label: 'Option 2', value: 'option2'}, {label: 'Option 3', value: 'option3', disabled: true}] --- :: ## API ### Props ::ComponentProps :: ### Theme ::ComponentDefaults ::