logonpix

Select

Example
Installation
npx npix@latest add Select
Usage
<>
  <Select
    options={[
      {
        label: 'Choose an option',
        value: undefined
      },
      {
        label: 'Label 1',
        value: '1'
      },
      {
        label: 'Label 2',
        value: '2'
      }
    ]}
   />
</>
API

Uses the HTML select props.