mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
docs: update Slider's demo
This commit is contained in:
parent
9d6ddd727d
commit
79aa53ce51
@ -10,7 +10,7 @@
|
||||
import { Slider } from 'antd';
|
||||
|
||||
function formatter(value) {
|
||||
return '$' + value;
|
||||
return value + '%';
|
||||
}
|
||||
|
||||
ReactDOM.render(<div>
|
||||
|
Loading…
Reference in New Issue
Block a user