<BackButton />

使い方

<Toolbar modifier={this.props.modifier} >
      <div className="left"><BackButton modifier={this.props.modifier}>Back</BackButton></div>
      <div className="center">{this.props.title}</div>
   </Toolbar>
名前 型 / デフォルト値 概要
modifier string The appearance of the back button. (翻訳中) Optional.
onClick func This function will be called when the button is clicked. To prevent the default click behaviour, call event.preventDefault(). (翻訳中) Optional.
options shape Specifies the animation, animationOptions, and callback. (翻訳中) Optional.
Name 概要
material Material Design style (翻訳中)

お困りですか?

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

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

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