Kami UI

ActionSheet

ActionSheet component from the Kami UI library.

What this is used for

Presenting a short list of actions in a mobile-native way.

Mobile-focused features

  • destructive action emphasis
  • single-purpose action lists
  • touch-friendly action rows

Implementation example

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

<ActionSheet open={open} onClose={close} actions={actions} />

Preview

ActionSheet
Preview unavailable for this component

On this page