update docs

This commit is contained in:
yiminghe
2015-08-07 12:47:07 +08:00
parent 2112385ccc
commit dbc64888bc
+13 -1
View File
@@ -99,6 +99,12 @@ React.render(<Rcslider />, container);
<td>number</td>
<td>0</td>
<td>Determines the initial positions of the handles.</td>
</tr>
<tr>
<td>value</td>
<td>number</td>
<td></td>
<td>Determines the current positions of the handles.</td>
</tr>
<tr>
<td>marks</td>
@@ -118,6 +124,12 @@ React.render(<Rcslider />, container);
<td>0</td>
<td>For step or marks slider, determine the initial positions of the handles.</td>
</tr>
<tr>
<td>index</td>
<td>number</td>
<td></td>
<td>For step or marks slider, determine current positions of the handles.</td>
</tr>
<tr>
<td>disabled</td>
<td>boolean</td>
@@ -138,7 +150,7 @@ npm start
http://localhost:8000/examples/
online example: http://react-component.github.io/slider/examples/
online example: http://react-component.github.io/slider/
## Test Case