Kami UI

Select

Select component from the Kami UI library.

What this is used for

Choosing one option from a mobile-friendly picker UI.

Mobile-focused features

  • works well with touch
  • clear value display
  • usable in forms and settings

Implementation example

import { Select } from '@kamiui/kami';

<Select value={language} onChange={setLanguage} options={languageOptions} />

Preview

Select
Preview unavailable for this component

On this page