<Range />

使い方

<Range modifier="material"
  value={this.state.value}
  onChange={(event) => this.setState({value: parseInt(event.target.value)})}
  />
名前 型 / デフォルト値 概要
modifier string The appearance of the progress indicator. (翻訳中) Optional.
onChange func Called when the value of the input changes. (翻訳中) Optional.
onInput func Called when the inner range fires an input event. (翻訳中) Optional.
value number Current value of the element. (翻訳中) Optional.
value number Default value of the element (for uncontrolled components). (翻訳中) Optional.
disabled bool If true, the element is disabled. (翻訳中) Optional.
Name 概要
material Material Design slider (翻訳中)

お困りですか?

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

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

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