From 91028aaa5e7e9ebbddc4a9b30f3870a685151bf8 Mon Sep 17 00:00:00 2001 From: Tomas Roos Date: Mon, 23 Mar 2020 07:48:13 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 63d12b0..be8f8f8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ Feel free to contribute to this part of the documentation. | Prop name | Default value | Type | Purpouse | |:---------------------------------------------------------------------------------:|:-------------------------------------------------------------:|:-----------------:|:---------------------------------------:| | values | [0] | array of numbers | Prefixed values of the slider. | -| vertical | false | boolean | orientation of the slider | | onValuesChangeStart | () => {} | function | Callback when the value starts changing | | onValuesChange | () => {} | function | Callback when the value changes | | onValuesChangeFinish | (values) => {} | function | Callback when the value stops changing |