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 |