From dbc64888bcf5dd094fb30cf22fa2005a2f31d109 Mon Sep 17 00:00:00 2001 From: yiminghe Date: Fri, 7 Aug 2015 12:46:35 +0800 Subject: [PATCH] update docs --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 573ba1b..967eba1 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,12 @@ React.render(, container); number 0 Determines the initial positions of the handles. + + + value + number + + Determines the current positions of the handles. marks @@ -118,6 +124,12 @@ React.render(, container); 0 For step or marks slider, determine the initial positions of the handles. + + index + number + + For step or marks slider, determine current positions of the handles. + disabled boolean @@ -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