Select

Select lets users choose one option from a list of 4 or more options without overloading the interface. Use select when users must select one option from a longer, but very predictable list of options.

Preview

hide
      <Select
          options={selectItems}
          selected={selected}
          setSelected={setSelected}
        ></Select>
       
NameParamsDescription
optionthe props 'option' will receive several options in a form of an array