Skip to content

Files

Latest commit

 

History

History
30 lines (23 loc) · 1.09 KB

File metadata and controls

30 lines (23 loc) · 1.09 KB
title page_title description slug canonicalLink position
Configuration
Configuration - RangeSlider - Kendo UI for Vue
Set the value ranges, orientation and other configuration options of the Kendo UI RangeSlider in Vue projects.
configuration_rangeslider_wrapper
2

Configuration

The RangeSlider enables you to set its basic configuration options.

The available configurable properties of the RangeSlider are:

  • Minimum and maximum values
  • Horizontal or vertical orientation
  • Small and large steps
  • Format and position of the tooltip

{% meta height:300 %} {% embed_file rangeslider/configuration/main.vue preview %} {% embed_file rangeslider/configuration/main.js %} {% endmeta %}

Suggested Links