Staffbase

Components

Select

Selects let the user choose a single option from a fixed list. Use them when the available options are known in advance.

Stable
GitHub

Anatomy

Anatomy
import {Select} from '@staffbase/design';

<Select.Root>
  <Select.Trigger>
    <Select.Value />
  </Select.Trigger>
  <Select.Popup>
    <Select.List>
      <Select.Item />
    </Select.List>
  </Select.Popup>
</Select.Root>