0.0.2 • Published 4 years ago
android-bottom-sheet v0.0.2
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 |