ant-design/components/rate/demo/disabled.md

21 lines
266 B
Markdown
Raw Normal View History

2016-04-01 10:12:02 +08:00
---
order: 3
title:
zh-CN: 只读
en-US: Read only
2016-04-01 10:12:02 +08:00
---
2016-03-31 14:43:38 +08:00
## zh-CN
2016-03-31 14:43:38 +08:00
只读,无法进行鼠标交互。
## en-US
Read only, can't use mouse to interact.
2017-02-13 10:55:53 +08:00
````jsx
2016-03-31 14:43:38 +08:00
import { Rate } from 'antd';
ReactDOM.render(<Rate disabled defaultValue={2} />, mountNode);
````