diff --git a/examples/marks.js b/examples/marks.js index b3a3f6d..7592dca 100644 --- a/examples/marks.js +++ b/examples/marks.js @@ -8,12 +8,10 @@ var Slider = require('rc-slider'); var style = {width: 400, margin: 50}; var marks = { - 0: 'A', - 20: 'B', - 40: 'C', - 60: 'D', - 80: 'E', - 100: 'F' + 0: '0°C', + 26: '26°C', + 37: '37°C', + 100: '100°C' }; var log = function(value) { @@ -24,29 +22,29 @@ ReactDOM.render(
Slider with marks, `included=true`
-Slider with marks and steps, `included=true`
-Slider with marks, `included=false`
-Slider with marks and steps, `included=false`
-Range with marks
-Range with marks and steps
-