This commit is contained in:
再飞
2015-11-24 14:05:32 +08:00
parent f13e546df1
commit 2c958eb830
5 changed files with 2421 additions and 837 deletions
+2404 -832
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -3,12 +3,12 @@ webpackJsonp([1],{
/***/ 0:
/***/ function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(202);
module.exports = __webpack_require__(219);
/***/ },
/***/ 202:
/***/ 219:
/***/ function(module, exports, __webpack_require__) {
'use strict';
+2 -2
View File
@@ -3,12 +3,12 @@ webpackJsonp([2],{
/***/ 0:
/***/ function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(203);
module.exports = __webpack_require__(220);
/***/ },
/***/ 203:
/***/ 220:
/***/ function(module, exports, __webpack_require__) {
'use strict';
+12
View File
@@ -864,6 +864,18 @@ ReactDOM.render(<span class="xml"><span class="hljs-tag">&lt;<span class="hljs-t
<td>false</td>
<td>When the <code>step</code> value is greater than 1, you can set the <code>dots</code> to <code>true</code> if you want to render the slider with dots.</td>
</tr>
<tr>
<td>onChange</td>
<td>function</td>
<td>NOOP</td>
<td><code>onChange</code> will be triggered while the value of Slider changing.</td>
</tr>
<tr>
<td>onAfterChange</td>
<td>function</td>
<td>NOOP</td>
<td><code>onAfterChange</code> will be triggered when <code>ontouchend</code> or <code>onmouseup</code> is triggered.</td>
</tr>
</tbody>
</table>