mirror of
https://github.com/wassname/slider.git
synced 2026-09-09 11:35:22 +08:00
update docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user