Component that represent each button of the action sheet.
Name | Type | Description |
---|---|---|
modifier | string | The appearance of the action sheet button. Optional. |
icon | string |
Creates an Icon component with this string. Only visible on Android.
Optional.
|
onClick | func | This function will be called when the button is clicked. Optional. |
Name | Description |
---|---|
destructive | Shows a “destructive” button (only for iOS). |
material | Display a Material Design action sheet button. |
If you have any questions, use our Community Forum or talk to us on Discord chat. The Onsen UI team and your peers in the community will work together to help solve your issues.
For bug reports and feature requests use our GitHub Issues page.