INTRODUCTION
------------

Sliderwidget module provides a new widget for number integer
field uses SliderUI JQuery library (https://jqueryui.com/slider).
Could be used with any type of the forms.

Features:
---------

- new widget uses SliderUI JQuery library


INSTALLATION
-------------

1. Place the entire sliderwidget directory into your Drupal
   modules directory.

2. Enable the Sliderwidget module by navigate to admin/modules


REQUIREMENTS
-------------

No dependencies for another module.
Tested with Drupal 8.4+


Third party modules support:
- Numeric range (new widget for numeric range fields provided)
 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/sliderwidget
 * To submit bug reports and feature suggestions, or to track changes:
   https://drupal.org/project/issues/sliderwidget


CONFIGURATION
-------------

Widget options:

- Animation: default, fast, slow
- Orientation: vertical, horizontal
- Range: fixed to minimum, fixed to maximum
- Step (numeric)
- Style (provided default style types)
- Display values: on / off
- Display Values Format (could be set)
- Display bubble/hint: on / off
- Display bubble/hint format (could be set)
- Slider Length in px (height for vertical)
- Hide Input Textfields: on / off
- Hide slider handle when there is no value: on / off
