0.0.2 • Published 3 years ago

android-bottom-sheet v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

android-bottom-sheet

Implementation of Android Bottom Sheet Dialog for Capacitor

Install

npm install android-bottom-sheet
npx cap sync

API

showActions(...)

showActions(data: { options: ActionSheetOption[]; }) => any
ParamType
data{ options: {}; }

Returns: any


Interfaces

ActionSheetOption

PropType
titlestring
iconstring