npx npix@latest add Select
<> <Select options={[ { label: 'Choose an option', value: undefined }, { label: 'Label 1', value: '1' }, { label: 'Label 2', value: '2' } ]} /> </>
Uses the HTML select props.
Previous
Next