irekasoft

Component

SheetAction

Full-width tappable row for action sheets and dropdown menus. Set danger for destructive actions.

jsx
<SheetAction label="Edit" onClick={…} />
<SheetAction label="Share" onClick={…} />
<SheetAction label="Delete" danger onClick={…} />

Props

Prop Type Default Description
label string Row text.
danger boolean false Render in destructive (red) style.
onClick () => void Tap handler.