26 lines
720 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# Action Sheet
```
$ ionic cordova plugin add cordova-plugin-actionsheet
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/action-sheet
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/action-sheet/)
2021-09-29 14:09:02 +02:00
Plugin Repo: [https://github.com/EddyVerbruggen/cordova-plugin-actionsheet](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet)
The ActionSheet plugin shows a native list of options the user can choose from.
Requires Cordova plugin: `cordova-plugin-actionsheet`. For more info, please see the [ActionSheet plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-actionsheet).
## Supported platforms
- Android
- Browser
- iOS
- Windows
- Windows Phone 8
2021-09-29 14:38:45 +02:00