awesome-cordova-plugins/docs/plugins/action-sheet/README.md

26 lines
720 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# Action Sheet
```
$ ionic cordova plugin add cordova-plugin-actionsheet
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/action-sheet
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/action-sheet/)
2021-09-29 20:09:02 +08: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 20:38:45 +08:00