mirror of
https://github.com/wassname/slider.git
synced 2026-09-09 11:35:22 +08:00
Updates
This commit is contained in:
+270
-204
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>custom-handles.js - example - rc-slider@5.1.1</title>
|
||||
<title>custom-handles.js - example - rc-slider@5.1.2</title>
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||
<meta charset="utf-8"/>
|
||||
@@ -251,14 +251,19 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="https://as.alipayobjects.com/g/component/??modernizr/2.8.3/modernizr.js,fastclick/1.0.6/fastclick.js"></script>
|
||||
<script>
|
||||
if(!window.Promise) {
|
||||
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"'+'>'+'<'+'/'+'script>');
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="common.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>rc-slider@5.1.1</h1>
|
||||
<h1>rc-slider@5.1.2</h1>
|
||||
|
||||
<p>slider ui component for react</p>
|
||||
</div>
|
||||
@@ -316,7 +321,7 @@ ReactDOM.render(
|
||||
alt="Fork me on GitHub"
|
||||
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
|
||||
</a>
|
||||
|
||||
<script>FastClick.attach(document.body);</script>
|
||||
<script src="common.js?nowrap"></script>
|
||||
<script src="custom-handles.js?nowrap"></script>
|
||||
</body>
|
||||
|
||||
+9
-4
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>marks.js - example - rc-slider@5.1.1</title>
|
||||
<title>marks.js - example - rc-slider@5.1.2</title>
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||
<meta charset="utf-8"/>
|
||||
@@ -251,14 +251,19 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="https://as.alipayobjects.com/g/component/??modernizr/2.8.3/modernizr.js,fastclick/1.0.6/fastclick.js"></script>
|
||||
<script>
|
||||
if(!window.Promise) {
|
||||
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"'+'>'+'<'+'/'+'script>');
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="common.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>rc-slider@5.1.1</h1>
|
||||
<h1>rc-slider@5.1.2</h1>
|
||||
|
||||
<p>slider ui component for react</p>
|
||||
</div>
|
||||
@@ -327,7 +332,7 @@ ReactDOM.render(
|
||||
alt="Fork me on GitHub"
|
||||
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
|
||||
</a>
|
||||
|
||||
<script>FastClick.attach(document.body);</script>
|
||||
<script src="common.js?nowrap"></script>
|
||||
<script src="marks.js?nowrap"></script>
|
||||
</body>
|
||||
|
||||
+4
-4
@@ -3,12 +3,12 @@ webpackJsonp([1],{
|
||||
/***/ 0:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(316);
|
||||
module.exports = __webpack_require__(317);
|
||||
|
||||
|
||||
/***/ },
|
||||
|
||||
/***/ 316:
|
||||
/***/ 317:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
'use strict';
|
||||
@@ -25,7 +25,7 @@ webpackJsonp([1],{
|
||||
0: React.createElement(
|
||||
'strong',
|
||||
null,
|
||||
'0°C'
|
||||
'0\xB0C'
|
||||
),
|
||||
26: '26°C',
|
||||
37: '37°C',
|
||||
@@ -37,7 +37,7 @@ webpackJsonp([1],{
|
||||
label: React.createElement(
|
||||
'strong',
|
||||
null,
|
||||
'100°C'
|
||||
'100\xB0C'
|
||||
)
|
||||
}
|
||||
};
|
||||
|
||||
+9
-4
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>range.js - example - rc-slider@5.1.1</title>
|
||||
<title>range.js - example - rc-slider@5.1.2</title>
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||
<meta charset="utf-8"/>
|
||||
@@ -251,14 +251,19 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="https://as.alipayobjects.com/g/component/??modernizr/2.8.3/modernizr.js,fastclick/1.0.6/fastclick.js"></script>
|
||||
<script>
|
||||
if(!window.Promise) {
|
||||
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"'+'>'+'<'+'/'+'script>');
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="common.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>rc-slider@5.1.1</h1>
|
||||
<h1>rc-slider@5.1.2</h1>
|
||||
|
||||
<p>slider ui component for react</p>
|
||||
</div>
|
||||
@@ -395,7 +400,7 @@ ReactDOM.render(
|
||||
alt="Fork me on GitHub"
|
||||
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
|
||||
</a>
|
||||
|
||||
<script>FastClick.attach(document.body);</script>
|
||||
<script src="common.js?nowrap"></script>
|
||||
<script src="range.js?nowrap"></script>
|
||||
</body>
|
||||
|
||||
+5
-5
@@ -3,12 +3,12 @@ webpackJsonp([2],{
|
||||
/***/ 0:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(317);
|
||||
module.exports = __webpack_require__(318);
|
||||
|
||||
|
||||
/***/ },
|
||||
|
||||
/***/ 317:
|
||||
/***/ 318:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
'use strict';
|
||||
@@ -140,7 +140,7 @@ webpackJsonp([2],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Range,`allowCross=false`'
|
||||
'Basic Range\uFF0C`allowCross=false`'
|
||||
),
|
||||
React.createElement(Slider, { range: true, allowCross: false, defaultValue: [0, 20], onChange: log })
|
||||
),
|
||||
@@ -150,7 +150,7 @@ webpackJsonp([2],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Range,`step=20` '
|
||||
'Basic Range\uFF0C`step=20` '
|
||||
),
|
||||
React.createElement(Slider, { range: true, step: 20, defaultValue: [20, 20], onBeforeChange: log })
|
||||
),
|
||||
@@ -160,7 +160,7 @@ webpackJsonp([2],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Range,`step=20, dots` '
|
||||
'Basic Range\uFF0C`step=20, dots` '
|
||||
),
|
||||
React.createElement(Slider, { range: true, dots: true, step: 20, defaultValue: [20, 40], onAfterChange: log })
|
||||
),
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>slider.js - example - rc-slider@5.1.1</title>
|
||||
<title>slider.js - example - rc-slider@5.1.2</title>
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||
<meta charset="utf-8"/>
|
||||
@@ -251,14 +251,19 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="https://as.alipayobjects.com/g/component/??modernizr/2.8.3/modernizr.js,fastclick/1.0.6/fastclick.js"></script>
|
||||
<script>
|
||||
if(!window.Promise) {
|
||||
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"'+'>'+'<'+'/'+'script>');
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="common.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>rc-slider@5.1.1</h1>
|
||||
<h1>rc-slider@5.1.2</h1>
|
||||
|
||||
<p>slider ui component for react</p>
|
||||
</div>
|
||||
@@ -389,7 +394,7 @@ ReactDOM.render(
|
||||
alt="Fork me on GitHub"
|
||||
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
|
||||
</a>
|
||||
|
||||
<script>FastClick.attach(document.body);</script>
|
||||
<script src="common.js?nowrap"></script>
|
||||
<script src="slider.js?nowrap"></script>
|
||||
</body>
|
||||
|
||||
+4
-4
@@ -3,12 +3,12 @@ webpackJsonp([3],{
|
||||
/***/ 0:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(318);
|
||||
module.exports = __webpack_require__(319);
|
||||
|
||||
|
||||
/***/ },
|
||||
|
||||
/***/ 318:
|
||||
/***/ 319:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
'use strict';
|
||||
@@ -119,7 +119,7 @@ webpackJsonp([3],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Slider,`step=20`'
|
||||
'Basic Slider\uFF0C`step=20`'
|
||||
),
|
||||
React.createElement(Slider, { step: 20, defaultValue: 50, onBeforeChange: log })
|
||||
),
|
||||
@@ -129,7 +129,7 @@ webpackJsonp([3],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Slider,`step=20, dots`'
|
||||
'Basic Slider\uFF0C`step=20, dots`'
|
||||
),
|
||||
React.createElement(Slider, { dots: true, step: 20, defaultValue: 100, onAfterChange: log })
|
||||
),
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>v-marks.js - example - rc-slider@5.1.1</title>
|
||||
<title>v-marks.js - example - rc-slider@5.1.2</title>
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||
<meta charset="utf-8"/>
|
||||
@@ -251,14 +251,19 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="https://as.alipayobjects.com/g/component/??modernizr/2.8.3/modernizr.js,fastclick/1.0.6/fastclick.js"></script>
|
||||
<script>
|
||||
if(!window.Promise) {
|
||||
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"'+'>'+'<'+'/'+'script>');
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="common.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>rc-slider@5.1.1</h1>
|
||||
<h1>rc-slider@5.1.2</h1>
|
||||
|
||||
<p>slider ui component for react</p>
|
||||
</div>
|
||||
@@ -329,7 +334,7 @@ ReactDOM.render(
|
||||
alt="Fork me on GitHub"
|
||||
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
|
||||
</a>
|
||||
|
||||
<script>FastClick.attach(document.body);</script>
|
||||
<script src="common.js?nowrap"></script>
|
||||
<script src="v-marks.js?nowrap"></script>
|
||||
</body>
|
||||
|
||||
+4
-4
@@ -3,12 +3,12 @@ webpackJsonp([4],{
|
||||
/***/ 0:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(319);
|
||||
module.exports = __webpack_require__(320);
|
||||
|
||||
|
||||
/***/ },
|
||||
|
||||
/***/ 319:
|
||||
/***/ 320:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
'use strict';
|
||||
@@ -27,7 +27,7 @@ webpackJsonp([4],{
|
||||
0: React.createElement(
|
||||
'strong',
|
||||
null,
|
||||
'0°C'
|
||||
'0\xB0C'
|
||||
),
|
||||
26: '26°C',
|
||||
37: '37°C',
|
||||
@@ -39,7 +39,7 @@ webpackJsonp([4],{
|
||||
label: React.createElement(
|
||||
'strong',
|
||||
null,
|
||||
'100°C'
|
||||
'100\xB0C'
|
||||
)
|
||||
}
|
||||
};
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>v-range.js - example - rc-slider@5.1.1</title>
|
||||
<title>v-range.js - example - rc-slider@5.1.2</title>
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||
<meta charset="utf-8"/>
|
||||
@@ -251,14 +251,19 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="https://as.alipayobjects.com/g/component/??modernizr/2.8.3/modernizr.js,fastclick/1.0.6/fastclick.js"></script>
|
||||
<script>
|
||||
if(!window.Promise) {
|
||||
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"'+'>'+'<'+'/'+'script>');
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="common.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>rc-slider@5.1.1</h1>
|
||||
<h1>rc-slider@5.1.2</h1>
|
||||
|
||||
<p>slider ui component for react</p>
|
||||
</div>
|
||||
@@ -392,7 +397,7 @@ ReactDOM.render(
|
||||
alt="Fork me on GitHub"
|
||||
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
|
||||
</a>
|
||||
|
||||
<script>FastClick.attach(document.body);</script>
|
||||
<script src="common.js?nowrap"></script>
|
||||
<script src="v-range.js?nowrap"></script>
|
||||
</body>
|
||||
|
||||
+5
-5
@@ -3,12 +3,12 @@ webpackJsonp([5],{
|
||||
/***/ 0:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(320);
|
||||
module.exports = __webpack_require__(321);
|
||||
|
||||
|
||||
/***/ },
|
||||
|
||||
/***/ 320:
|
||||
/***/ 321:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
'use strict';
|
||||
@@ -139,7 +139,7 @@ webpackJsonp([5],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Range,`allowCross=false`'
|
||||
'Basic Range\uFF0C`allowCross=false`'
|
||||
),
|
||||
React.createElement(Slider, { range: true, vertical: true, allowCross: false, defaultValue: [0, 20], onChange: log })
|
||||
),
|
||||
@@ -149,7 +149,7 @@ webpackJsonp([5],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Range,`step=20` '
|
||||
'Basic Range\uFF0C`step=20` '
|
||||
),
|
||||
React.createElement(Slider, { range: true, vertical: true, step: 20, defaultValue: [20, 40], onBeforeChange: log })
|
||||
),
|
||||
@@ -159,7 +159,7 @@ webpackJsonp([5],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Range,`step=20, dots` '
|
||||
'Basic Range\uFF0C`step=20, dots` '
|
||||
),
|
||||
React.createElement(Slider, { range: true, vertical: true, dots: true, step: 20, defaultValue: [20, 40], onAfterChange: log })
|
||||
),
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>v-slider.js - example - rc-slider@5.1.1</title>
|
||||
<title>v-slider.js - example - rc-slider@5.1.2</title>
|
||||
<meta name="viewport"
|
||||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||
<meta charset="utf-8"/>
|
||||
@@ -251,14 +251,19 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://a.alipayobjects.com/??es5-shim/4.0.5/es5-shim.js,es5-shim/4.0.5/es5-sham.js,html5shiv/3.7.2/src/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="https://as.alipayobjects.com/g/component/??modernizr/2.8.3/modernizr.js,fastclick/1.0.6/fastclick.js"></script>
|
||||
<script>
|
||||
if(!window.Promise) {
|
||||
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"'+'>'+'<'+'/'+'script>');
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="common.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>rc-slider@5.1.1</h1>
|
||||
<h1>rc-slider@5.1.2</h1>
|
||||
|
||||
<p>slider ui component for react</p>
|
||||
</div>
|
||||
@@ -382,7 +387,7 @@ ReactDOM.render(
|
||||
alt="Fork me on GitHub"
|
||||
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
|
||||
</a>
|
||||
|
||||
<script>FastClick.attach(document.body);</script>
|
||||
<script src="common.js?nowrap"></script>
|
||||
<script src="v-slider.js?nowrap"></script>
|
||||
</body>
|
||||
|
||||
@@ -3,12 +3,12 @@ webpackJsonp([6],{
|
||||
/***/ 0:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(321);
|
||||
module.exports = __webpack_require__(322);
|
||||
|
||||
|
||||
/***/ },
|
||||
|
||||
/***/ 321:
|
||||
/***/ 322:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
'use strict';
|
||||
@@ -118,7 +118,7 @@ webpackJsonp([6],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Slider,`step=20`'
|
||||
'Basic Slider\uFF0C`step=20`'
|
||||
),
|
||||
React.createElement(Slider, { vertical: true, step: 20, defaultValue: 50, onBeforeChange: log })
|
||||
),
|
||||
@@ -128,7 +128,7 @@ webpackJsonp([6],{
|
||||
React.createElement(
|
||||
'p',
|
||||
null,
|
||||
'Basic Slider,`step=20, dots`'
|
||||
'Basic Slider\uFF0C`step=20, dots`'
|
||||
),
|
||||
React.createElement(Slider, { vertical: true, dots: true, step: 20, defaultValue: 100, onAfterChange: log })
|
||||
),
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css" rel="stylesheet"/>
|
||||
<title>rc-slider@5.1.1 - slider ui component for react</title>
|
||||
<title>rc-slider@5.1.2 - slider ui component for react</title>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: octicons-anchor;
|
||||
@@ -737,7 +737,7 @@
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>rc-slider@5.1.1</h1>
|
||||
<h1>rc-slider@5.1.2</h1>
|
||||
</div>
|
||||
<div class="examples">
|
||||
<h3>EXAMPLES</h3>
|
||||
|
||||
Reference in New Issue
Block a user