v-ons-action-sheet-button

アクションシートに表示される各ボタンを表現するコンポーネントです。

実例

Static action sheet

Onsen UI provides <v-ons-action-sheet> and <v-ons-action-sheet-button> elements. Use them to create a dialog that slides from the bottom of the screen to give user options.

You can display or cancel the action sheet by changing its visible prop value to true or false respectively.

Dynamic action sheet

You can also create and open an action sheet dynamically with the method $ons.openActionSheet.

This method takes as argument an object where you can define the action sheet’s properties (e.g. id, title) and the buttons inside it.

関連情報

名前 型 / デフォルト値 概要
icon String ons-iconコンポーネントを悪性します。Androidでのみ表示されます。 Optional.
modifier String アクションシートボタンの見た目を設定します。 Optional.
Name 概要
destructive “destructive”なボタンを表示します(iOSでのみ有効)。
material マテリアルデザインのアクションシート用のボタンを表示します。

お困りですか?

Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。

バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。

あわせて、下記の情報も参考にしてください。