android-bottom-sheet
v0.0.2
Published
Implementation of Android Bottom Sheet Dialog for Capacitor
Downloads
7
Readme
android-bottom-sheet
Implementation of Android Bottom Sheet Dialog for Capacitor
Install
npm install android-bottom-sheet
npx cap syncAPI
showActions(...)
showActions(data: { options: ActionSheetOption[]; }) => any| Param | Type |
| ---------- | ----------------------------- |
| data | { options: {}; } |
Returns: any
Interfaces
ActionSheetOption
| Prop | Type |
| ----------- | ------------------- |
| title | string |
| icon | string |
