UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced jQuery, Angular, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

39 lines (37 loc) 1.99 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title id='Description'> ReactJS Slider demo. jqxSlider represents a flexible React Slider that lets the user select from a range of values by moving a thumb along a track. The widget is completely customizable in terms of appearance and offers numerous configuration options like mouse wheel and keyboard support, smooth or step-based slider and support for range sliders. </title> <link rel="stylesheet" href="../../../jqwidgets/styles/jqx.base.css" type="text/css" /> <script type="text/javascript" src="../../../jqwidgets/jqxcore.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxbuttons.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxcheckbox.js"></script> <script type="text/javascript" src="../../../jqwidgets/jqxslider.js"></script> <script type="text/javascript" src="../../../scripts/demos.js"></script> <style type="text/css"> .colorBlock { border: 1px solid #aaa; width: 200px; height: 200px; float: right; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .colorLabel { padding: 6px; } </style> </head> <body> <div class="example-description" style="margin-bottom:3em"> ReactJS Slider demo. jqxSlider represents a flexible React Slider that lets the user select from a range of values by moving a thumb along a track. The widget is completely customizable in terms of appearance and offers numerous configuration options like mouse wheel and keyboard support, smooth or step-based slider and support for range sliders. </div> <div id="app"></div> <script src="../build/slider_defaultfunctionality.bundle.js"></script> </body> </html>