The VOnsRange
component is used to display a slider.
There are several props that can be used to customize the behavior of the element. Most of these props come from the original attributes for <input type="range">
element.
To set the maximum and minimum and maximum value the min
and max
props are used. The step
prop can be used to change how much the value changes every step.
The element can be disabled using the disabled
prop.
名前 | 型 / デフォルト値 | 概要 |
---|---|---|
disabled | Boolean |
無効化されている場合にtrue 。
Optional.
|
Name | 概要 |
---|---|
material | Material Design slider (翻訳中) |
Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。
バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。
あわせて、下記の情報も参考にしてください。