Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Jan 12, 2018
1 parent 0aa25d8 commit eecf634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const sliderStyle = {
domain={[0, 100]} // [min, max]
step={1}
mode={2} // 1 = allow-crossing of handles, 2 = no crossing
values={[10, 20, 30]} // use it as a controlled component, update values as needed
values={[10, 20, 30]} // one value would be a value slider, two a range slider, etc
>
<Rail>
{({ getRailProps }) => (
Expand Down

0 comments on commit eecf634

Please sign in to comment.