<Button />

使い方

<Button modifier="large--cta">
  Tap Me
</Button>
名前 型 / デフォルト値 概要
modifier string The appearance of the button. (翻訳中) Optional.
disabled bool Specifies whether the button is disabled. (翻訳中) Optional.
ripple bool Specifies whether the button has a ripple effect. (翻訳中) Optional.
onClick func This function will be called when the button is clicked. (翻訳中) Optional.
Name 概要
outline アウトラインを持ったボタンを表示します。
light 目立たないボタンを表示します。
quiet 枠線や背景が無い文字だけのボタンを表示します。
cta 目立つボタンを表示します。
large 横いっぱいに広がる大きなボタンを表示します。
large--quiet 横いっぱいに広がるquietボタンを表示します。
large--cta 横いっぱいに広がるctaボタンを表示します。
material マテリアルデザインのボタン
material--flat マテリアルデザインのフラットボタン

お困りですか?

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

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

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