Skip to content

Commit

Permalink
Documented disabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Apr 6, 2016
1 parent 09c65a1 commit f1102c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ AppRegistry.registerComponent('SliderExample', () => SliderExample);
Prop | Type | Optional | Default | Description
--------------------- | -------- | -------- | ------------------------- | -----------
value | number | Yes | 0 | Initial value of the slider
disabled | bool | Yes | false | If true the user won't be able to move the slider
minimumValue | number | Yes | 0 | Initial minimum value of the slider
maximumValue | number | Yes | 1 | Initial maximum value of the slider
step | number | Yes | 0 | Step value of the slider. The value should be between 0 and maximumValue - minimumValue)
Expand Down

0 comments on commit f1102c1

Please sign in to comment.