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.
|
modelEvent | Boolean | The native event which should trigger the update:modelValue event. (翻訳中) Optional. |
modelValue | Boolean | The value of the range. (翻訳中) Optional. |
Name | 概要 |
---|---|
material | Material Design slider (翻訳中) |
名前 | 概要 |
---|---|
update:modelValue | Fired right after the event set in the modelEvent prop. (翻訳中) |
Fired right after the event set in the modelEvent prop. (翻訳中)
名前 | 型 | 概要 |
---|
Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。
バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。
あわせて、下記の情報も参考にしてください。