From 1ae39dd995f01487b9a6881fa961e3e41881a28c Mon Sep 17 00:00:00 2001 From: Marco Botto Date: Mon, 30 May 2016 12:16:53 +0200 Subject: [PATCH] added custom handle API to docs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b7791c..a2bc5c3 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,12 @@ ReactDOM.render(, container); Set current positions of handles. If range is `false`, the type of `defaultValue` should be `number`. Otherwise, `[number, number]` + + handle + Component + + 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. + included boolean