added custom handle API to docs

This commit is contained in:
Marco Botto
2016-05-30 12:16:53 +02:00
parent 0b4b546e03
commit 1ae39dd995
+6
View File
@@ -130,6 +130,12 @@ ReactDOM.render(<Rcslider />, container);
<td></td>
<td>Set current positions of handles. If range is `false`, the type of `defaultValue` should be `number`. Otherwise, `[number, number]`</td>
</tr>
<tr>
<td>handle</td>
<td>Component</td>
<td></td>
<td>Provide a custom Handle to use in the slider by passing a component. This component will have a `value` and `offset` props used to define custom styling/content.</td>
</tr>
<tr>
<td>included</td>
<td>boolean</td>